SELECT 
  category_id 
FROM 
  categories 
WHERE 
  id_path LIKE '4/6644/%'

Query time 0.00054

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost_info": {
      "query_cost": "0.90"
    },
    "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": 3,
      "rows_produced_per_join": 3,
      "filtered": "100.00",
      "using_index": true,
      "cost_info": {
        "read_cost": "0.61",
        "eval_cost": "0.30",
        "prefix_cost": "0.91",
        "data_read_per_join": "7K"
      },
      "used_columns": [
        "category_id",
        "id_path"
      ],
      "attached_condition": "(`goimagine`.`categories`.`id_path` like '4/6644/%')"
    }
  }
}

Result

category_id
6645
6646
6647