SELECT 
  id_path 
FROM 
  cscart_categories 
WHERE 
  category_id IN (
    267, 271, 276, 277, 278, 288, 294, 297, 
    300, 309, 319, 323
  )

Query time 0.00037

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost_info": {
      "query_cost": "8.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": 12,
      "rows_produced_per_join": 12,
      "filtered": "100.00",
      "index_condition": "(`wearethehelpful_scalesta_net`.`cscart_categories`.`category_id` in (267,271,276,277,278,288,294,297,300,309,319,323))",
      "cost_info": {
        "read_cost": "7.21",
        "eval_cost": "1.20",
        "prefix_cost": "8.41",
        "data_read_per_join": "31K"
      },
      "used_columns": [
        "category_id",
        "id_path"
      ]
    }
  }
}

Result

id_path
267
267/271
276
277
278
276/288
276/294
297
297/300
276/309
277/319
278/323