SELECT 
  id_path 
FROM 
  cscart_categories 
WHERE 
  category_id IN (
    359, 360, 361, 362, 363, 368, 388, 392, 
    393, 394, 395
  )

Query time 0.00054

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost_info": {
      "query_cost": "26.41"
    },
    "table": {
      "table_name": "cscart_categories",
      "access_type": "range",
      "possible_keys": [
        "PRIMARY",
        "p_category_id"
      ],
      "key": "PRIMARY",
      "used_key_parts": [
        "category_id"
      ],
      "key_length": "3",
      "rows_examined_per_scan": 11,
      "rows_produced_per_join": 11,
      "filtered": "100.00",
      "index_condition": "(`eshopuga_upgr_4122`.`cscart_categories`.`category_id` in (359,360,361,362,363,368,388,392,393,394,395))",
      "cost_info": {
        "read_cost": "24.21",
        "eval_cost": "2.20",
        "prefix_cost": "26.41",
        "data_read_per_join": "29K"
      },
      "used_columns": [
        "category_id",
        "id_path"
      ]
    }
  }
}

Result

id_path
329/359
329/360
329/361
329/362
329/363
329/368
332/388
332/392
332/393
332/394
332/395