SELECT 
  category_id 
FROM 
  categories 
WHERE 
  id_path LIKE '3/%'

Query time 0.00053

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost_info": {
      "query_cost": "20.50"
    },
    "table": {
      "table_name": "categories",
      "access_type": "range",
      "possible_keys": [
        "id_path"
      ],
      "key": "id_path",
      "used_key_parts": [
        "id_path"
      ],
      "key_length": "767",
      "rows_examined_per_scan": 91,
      "rows_produced_per_join": 91,
      "filtered": "100.00",
      "using_index": true,
      "cost_info": {
        "read_cost": "11.41",
        "eval_cost": "9.10",
        "prefix_cost": "20.51",
        "data_read_per_join": "238K"
      },
      "used_columns": [
        "category_id",
        "id_path"
      ],
      "attached_condition": "(`goimagine`.`categories`.`id_path` like '3/%')"
    }
  }
}

Result

category_id
130
365
366
14
10891
367
368
369
370
371
372
373
374
375
376
377
378
379
6648
178
15726
6649
20
327
328
329
330
331
332
333
334
335
964
20087
20088
393
394
395
396
21
336
337
338
339
340
341
22
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
84
380
381
382
85
11904
11912
383
384
385
386
387
86
15774
388
389
390
391
392
6650
87