SELECT 
  category_id 
FROM 
  cscart_categories 
WHERE 
  id_path LIKE '10260/%'

Query time 0.00046

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost_info": {
      "query_cost": "13.68"
    },
    "table": {
      "table_name": "cscart_categories",
      "access_type": "range",
      "possible_keys": [
        "id_path"
      ],
      "key": "id_path",
      "used_key_parts": [
        "id_path"
      ],
      "key_length": "767",
      "rows_examined_per_scan": 26,
      "rows_produced_per_join": 26,
      "filtered": "100.00",
      "using_index": true,
      "cost_info": {
        "read_cost": "8.48",
        "eval_cost": "5.20",
        "prefix_cost": "13.68",
        "data_read_per_join": "154K"
      },
      "used_columns": [
        "category_id",
        "id_path"
      ],
      "attached_condition": "(`webmarco`.`cscart_categories`.`id_path` like '10260/%')"
    }
  }
}

Result

category_id
10261
10262
10263
10264
10490
10497
10300
10301
10302
10303
10494
10495
10660
10661
10508
10509
10510
10540
10541
10553
10554
10627
10555
10556
10557
10558