SELECT 
  category_id, 
  category 
FROM 
  cscart_category_descriptions 
WHERE 
  category_id IN (
    337, 338, 339, 340, 341, 342, 343, 344, 
    345, 347, 349, 350, 351, 352, 353, 354, 
    355, 356, 357, 358, 359, 360, 361, 362, 
    363, 368, 369, 370, 371, 372, 373, 374, 
    375, 376, 377, 378, 388, 390, 391, 392, 
    393, 394, 395, 396
  ) 
  AND lang_code = 'de'

Query time 0.00077

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost_info": {
      "query_cost": "105.61"
    },
    "table": {
      "table_name": "cscart_category_descriptions",
      "access_type": "range",
      "possible_keys": [
        "PRIMARY"
      ],
      "key": "PRIMARY",
      "used_key_parts": [
        "category_id",
        "lang_code"
      ],
      "key_length": "9",
      "rows_examined_per_scan": 44,
      "rows_produced_per_join": 44,
      "filtered": "100.00",
      "index_condition": "((`eshopuga_upgr_4122`.`cscart_category_descriptions`.`category_id` in (337,338,339,340,341,342,343,344,345,347,349,350,351,352,353,354,355,356,357,358,359,360,361,362,363,368,369,370,371,372,373,374,375,376,377,378,388,390,391,392,393,394,395,396)) and (`eshopuga_upgr_4122`.`cscart_category_descriptions`.`lang_code` = 'de'))",
      "cost_info": {
        "read_cost": "96.81",
        "eval_cost": "8.80",
        "prefix_cost": "105.61",
        "data_read_per_join": "146K"
      },
      "used_columns": [
        "category_id",
        "lang_code",
        "category"
      ]
    }
  }
}

Result

category_id category
337 Christmas
338 Mother's Day
339 Father's Day
340 Thanksgiving
341 National Days
342 New Year
343 Eid & Diwali
344 Saints Day
345 Easter Holidays
347 Halloween
349 Birthdays
350 Anniversary
351 Pregnancy
352 New Baby
353 New Home
354 Christening
355 New Job/Contract
356 Confirmation
357 Holy Communion
358 Just Because
359 Love Bouquets
360 Sweet Reminders
361 I'm Sorry
362 I love You
363 Thinking of You
368 Valentines Day Roses
369 Engagement
370 Graduation
371 Promotion
372 Driving Test & Exams
373 New Job/Contract
374 New Home
375 Retirement
376 House Completion
377 Anniversary
378 New Baby
388 Valentines Roses
390 I love You
391 Thinking of You
392 Vals Bouquets
393 Val's Best Sellers
394 Same day Delivery
395 Just Because
396 Because I Care