SELECT 
  category_id, 
  category 
FROM 
  cscart_category_descriptions 
WHERE 
  category_id IN (
    361, 337, 338, 339, 341, 345, 349, 350, 
    352, 353, 356, 359, 360, 362, 363, 369, 
    370, 373, 374, 375, 376, 377, 378, 379, 
    381, 384, 386, 388, 390, 391, 394, 395, 
    396
  ) 
  AND lang_code = 'de'

Query time 0.00096

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost_info": {
      "query_cost": "79.21"
    },
    "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": 33,
      "rows_produced_per_join": 33,
      "filtered": "100.00",
      "index_condition": "((`eshopuga_upgr_4122`.`cscart_category_descriptions`.`category_id` in (361,337,338,339,341,345,349,350,352,353,356,359,360,362,363,369,370,373,374,375,376,377,378,379,381,384,386,388,390,391,394,395,396)) and (`eshopuga_upgr_4122`.`cscart_category_descriptions`.`lang_code` = 'de'))",
      "cost_info": {
        "read_cost": "72.61",
        "eval_cost": "6.60",
        "prefix_cost": "79.21",
        "data_read_per_join": "109K"
      },
      "used_columns": [
        "category_id",
        "lang_code",
        "category"
      ]
    }
  }
}

Result

category_id category
337 Christmas
338 Mother's Day
339 Father's Day
341 National Days
345 Easter Holidays
349 Birthdays
350 Anniversary
352 New Baby
353 New Home
356 Confirmation
359 Love Bouquets
360 Sweet Reminders
361 I'm Sorry
362 I love You
363 Thinking of You
369 Engagement
370 Graduation
373 New Job/Contract
374 New Home
375 Retirement
376 House Completion
377 Anniversary
378 New Baby
379 Sympathy Bouquets
381 Get Well
384 Remembrace
386 Sympathy For Office
388 Valentines Roses
390 I love You
391 Thinking of You
394 Same day Delivery
395 Just Because
396 Because I Care