SELECT 
  category_id 
FROM 
  cscart_categories 
WHERE 
  id_path LIKE '3648/3595/%'

Query time 0.00037

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost_info": {
      "query_cost": "9.75"
    },
    "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": 18,
      "rows_produced_per_join": 18,
      "filtered": "100.00",
      "using_index": true,
      "cost_info": {
        "read_cost": "6.16",
        "eval_cost": "3.60",
        "prefix_cost": "9.76",
        "data_read_per_join": "106K"
      },
      "used_columns": [
        "category_id",
        "id_path"
      ],
      "attached_condition": "(`webmarco`.`cscart_categories`.`id_path` like '3648/3595/%')"
    }
  }
}

Result

category_id
5490
5534
5581
5638
5683
5729
5808
5906
6010
6110
6247
6399
6526
6659
6800
6923
7085
7223