SELECT 
  category_id 
FROM 
  cscart_categories 
WHERE 
  id_path LIKE '5372/5495/5847/5590/6391/%'

Query time 0.00040

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost_info": {
      "query_cost": "7.30"
    },
    "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": 13,
      "rows_produced_per_join": 13,
      "filtered": "100.00",
      "using_index": true,
      "cost_info": {
        "read_cost": "4.70",
        "eval_cost": "2.60",
        "prefix_cost": "7.30",
        "data_read_per_join": "77K"
      },
      "used_columns": [
        "category_id",
        "id_path"
      ],
      "attached_condition": "(`webmarco`.`cscart_categories`.`id_path` like '5372/5495/5847/5590/6391/%')"
    }
  }
}

Result

category_id
6401
6413
6444
6457
6466
6478
6491
6507
6516
6529
6539
6553
6572