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

Query time 0.00031

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost_info": {
      "query_cost": "4.91"
    },
    "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": 21,
      "rows_produced_per_join": 21,
      "filtered": "100.00",
      "using_index": true,
      "cost_info": {
        "read_cost": "2.81",
        "eval_cost": "2.10",
        "prefix_cost": "4.91",
        "data_read_per_join": "54K"
      },
      "used_columns": [
        "category_id",
        "id_path"
      ],
      "attached_condition": "(`nuie_scalesta_net`.`cscart_categories`.`id_path` like '7165/%')"
    }
  }
}

Result

category_id
7166
7167
7193
7168
7169
7172
7173
7174
7175
7176
7177
7178
7179
7180
7181
7182
7183
7226
7318
7319
7328