SELECT 
  id_path 
FROM 
  cscart_categories 
WHERE 
  category_id IN (
    265, 266, 267, 268, 276, 282, 288, 294, 
    297, 298, 301, 303, 314, 325
  )

Query time 0.00043

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost_info": {
      "query_cost": "9.81"
    },
    "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": 14,
      "rows_produced_per_join": 14,
      "filtered": "100.00",
      "index_condition": "(`wearethehelpful_scalesta_net`.`cscart_categories`.`category_id` in (265,266,267,268,276,282,288,294,297,298,301,303,314,325))",
      "cost_info": {
        "read_cost": "8.41",
        "eval_cost": "1.40",
        "prefix_cost": "9.81",
        "data_read_per_join": "36K"
      },
      "used_columns": [
        "category_id",
        "id_path"
      ]
    }
  }
}

Result

id_path
265
267/266
267
265/268
276
267/282
276/288
276/294
297
297/298
297/301
297/303
276/314
267/325