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

Query time 0.00016

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost_info": {
      "query_cost": "6.92"
    },
    "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": 30,
      "rows_produced_per_join": 30,
      "filtered": "100.00",
      "using_index": true,
      "cost_info": {
        "read_cost": "3.92",
        "eval_cost": "3.00",
        "prefix_cost": "6.92",
        "data_read_per_join": "78K"
      },
      "used_columns": [
        "category_id",
        "id_path"
      ],
      "attached_condition": "(`nuie_scalesta_net`.`cscart_categories`.`id_path` like '7148/%')"
    }
  }
}

Result

category_id
7149
7150
7151
7152
7160
7161
7162
7227
7156
7157
7194
7218
7158
7159
7247
7263
7163
7164
7207
7208
7224
7243
7225
7283
7266
7267
7313
7314
7342
7348