SELECT 
  category_id, 
  category 
FROM 
  cscart_category_descriptions 
WHERE 
  category_id IN (
    337, 338, 339, 340, 341, 342, 343, 344, 
    345, 349, 350, 351, 352, 353, 354, 355, 
    356, 357, 358, 359, 360, 361, 362, 363, 
    368, 388, 389, 390, 391, 392, 393, 394, 
    395, 396
  ) 
  AND lang_code = 'en'

Query time 0.00087

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost_info": {
      "query_cost": "81.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": 34,
      "rows_produced_per_join": 34,
      "filtered": "100.00",
      "index_condition": "((`eshopuga_upgr_4122`.`cscart_category_descriptions`.`category_id` in (337,338,339,340,341,342,343,344,345,349,350,351,352,353,354,355,356,357,358,359,360,361,362,363,368,388,389,390,391,392,393,394,395,396)) and (`eshopuga_upgr_4122`.`cscart_category_descriptions`.`lang_code` = 'en'))",
      "cost_info": {
        "read_cost": "74.81",
        "eval_cost": "6.80",
        "prefix_cost": "81.61",
        "data_read_per_join": "113K"
      },
      "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
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
388 Valentines Roses
389 Fruit Baskets & Gifts
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