SELECT 
  id_path 
FROM 
  cscart_categories 
WHERE 
  category_id IN (
    349, 351, 352, 359, 360, 361, 362, 363, 
    368, 379, 380, 381, 382, 383, 384, 385, 
    386, 388, 390, 391, 392, 393, 394, 395, 
    396
  )

Query time 0.00076

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": 24,
      "filtered": "21.74",
      "cost_info": {
        "read_cost": "23.02",
        "eval_cost": "5.00",
        "prefix_cost": "28.02",
        "data_read_per_join": "66K"
      },
      "used_columns": [
        "category_id",
        "id_path"
      ],
      "attached_condition": "(`eshopuga_upgr_4122`.`cscart_categories`.`category_id` in (349,351,352,359,360,361,362,363,368,379,380,381,382,383,384,385,386,388,390,391,392,393,394,395,396))"
    }
  }
}

Result

id_path
329/361
329/362
329/363
328/335/352
328/335/351
328/335/349
329/360
329/359
329/368
331/379
331/380
331/381
331/382
331/383
331/384
331/385
331/386
332/388
332/390
332/391
332/392
332/393
332/394
332/395
332/396