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

Query time 0.00093

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost_info": {
      "query_cost": "28.02"
    },
    "table": {
      "table_name": "cscart_categories",
      "access_type": "ALL",
      "possible_keys": [
        "PRIMARY",
        "p_category_id"
      ],
      "rows_examined_per_scan": 115,
      "rows_produced_per_join": 32,
      "filtered": "28.70",
      "cost_info": {
        "read_cost": "21.42",
        "eval_cost": "6.60",
        "prefix_cost": "28.02",
        "data_read_per_join": "88K"
      },
      "used_columns": [
        "category_id",
        "id_path"
      ],
      "attached_condition": "(`eshopuga_upgr_4122`.`cscart_categories`.`category_id` in (337,338,339,341,345,349,350,352,353,356,359,360,361,362,363,369,370,373,374,375,376,377,378,379,381,384,386,388,390,391,394,395,396))"
    }
  }
}

Result

id_path
329/361
329/362
329/363
328/335/353
328/335/352
328/335/350
328/336/345
328/336/339
328/336/341
328/336/338
328/336/337
328/335/349
329/360
329/359
328/335/356
330/378
330/377
330/376
330/375
330/374
330/373
330/370
330/369
331/379
331/381
331/384
331/386
332/388
332/390
332/391
332/394
332/395
332/396