SELECT 
  id_path 
FROM 
  cscart_categories 
WHERE 
  category_id IN (7, 8, 25, 59, 274, 349, 498)

Query time 0.00076

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost_info": {
      "query_cost": "4.91"
    },
    "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": 7,
      "rows_produced_per_join": 7,
      "filtered": "100.00",
      "index_condition": "(`dbggbern`.`cscart_categories`.`category_id` in (7,8,25,59,274,349,498))",
      "cost_info": {
        "read_cost": "4.21",
        "eval_cost": "0.70",
        "prefix_cost": "4.91",
        "data_read_per_join": "28K"
      },
      "used_columns": [
        "category_id",
        "id_path"
      ]
    }
  }
}

Result

id_path
7
7/8
7/22/25
59
59/274
7/8/349
59/110/498