SELECT 
  category_id 
FROM 
  cscart_categories 
WHERE 
  id_path LIKE '2688/2690/%'

Query time 0.00045

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost_info": {
      "query_cost": "4.76"
    },
    "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": 10,
      "rows_produced_per_join": 10,
      "filtered": "100.00",
      "index_condition": "(`s2cart`.`cscart_categories`.`id_path` like '2688/2690/%')",
      "cost_info": {
        "read_cost": "3.76",
        "eval_cost": "1.00",
        "prefix_cost": "4.76",
        "data_read_per_join": "35K"
      },
      "used_columns": [
        "category_id",
        "id_path"
      ]
    }
  }
}

Result

category_id
2689
2691
2692
2693
2694
2695
2696
2697
3045
3046
3047