SELECT 
  category_id 
FROM 
  categories 
WHERE 
  id_path LIKE '12/319/320/%'

Query time 0.00049

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost_info": {
      "query_cost": "1.57"
    },
    "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": 6,
      "rows_produced_per_join": 6,
      "filtered": "100.00",
      "using_index": true,
      "cost_info": {
        "read_cost": "0.97",
        "eval_cost": "0.60",
        "prefix_cost": "1.57",
        "data_read_per_join": "15K"
      },
      "used_columns": [
        "category_id",
        "id_path"
      ],
      "attached_condition": "(`goimagine`.`categories`.`id_path` like '12/319/320/%')"
    }
  }
}

Result

category_id
22815
22816
22817
22818
22819
22820