SELECT 
  category_id 
FROM 
  cscart_categories 
WHERE 
  id_path LIKE '7210/%'

Query time 0.00023

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost_info": {
      "query_cost": "5.36"
    },
    "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": 23,
      "rows_produced_per_join": 23,
      "filtered": "100.00",
      "using_index": true,
      "cost_info": {
        "read_cost": "3.06",
        "eval_cost": "2.30",
        "prefix_cost": "5.36",
        "data_read_per_join": "60K"
      },
      "used_columns": [
        "category_id",
        "id_path"
      ],
      "attached_condition": "(`nuie_scalesta_net`.`cscart_categories`.`id_path` like '7210/%')"
    }
  }
}

Result

category_id
7211
7212
7214
7282
7320
7321
7346
7347
7240
7241
7257
7258
7259
7260
7261
7262
7265
7309
7307
7308
7344
7345
7349