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
  ) 
  AND lang_code = 'en'

Query time 0.00045

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost_info": {
      "query_cost": "45.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": 19,
      "rows_produced_per_join": 19,
      "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)) and (`eshopuga_upgr_4122`.`cscart_category_descriptions`.`lang_code` = 'en'))",
      "cost_info": {
        "read_cost": "41.81",
        "eval_cost": "3.80",
        "prefix_cost": "45.61",
        "data_read_per_join": "63K"
      },
      "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