SELECT 
  category_id 
FROM 
  cscart_categories 
WHERE 
  id_path LIKE '1069/1070/%'

Query time 0.00021

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost_info": {
      "query_cost": "4.31"
    },
    "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": 9,
      "rows_produced_per_join": 9,
      "filtered": "100.00",
      "index_condition": "(`s2cart`.`cscart_categories`.`id_path` like '1069/1070/%')",
      "cost_info": {
        "read_cost": "3.41",
        "eval_cost": "0.90",
        "prefix_cost": "4.31",
        "data_read_per_join": "31K"
      },
      "used_columns": [
        "category_id",
        "id_path"
      ]
    }
  }
}

Result

category_id
1071
1072
1073
1074
1075
1076
1077
1078
1079
1080