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

Query time 0.00069

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost_info": {
      "query_cost": "16.91"
    },
    "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": 37,
      "rows_produced_per_join": 37,
      "filtered": "100.00",
      "index_condition": "(`test_uchur_k`.`cscart_categories`.`id_path` like '11/%')",
      "cost_info": {
        "read_cost": "13.21",
        "eval_cost": "3.70",
        "prefix_cost": "16.91",
        "data_read_per_join": "195K"
      },
      "used_columns": [
        "category_id",
        "id_path"
      ]
    }
  }
}

Result

category_id
107
108
109
110
111
112
113
369
116
12
115
13
189
123
15
16
53
92
17
182
194
195
196
278
280
335
340
350
356
197
198
251
357
371
382
220
302
61
86
174
255
87
88
120
166
206
218
271
348
89
212
254
383
90
93
91
351
94
121
165
188
202
213
349
256
272
277
295
95