{
  "query_block": {
    "select_id": 1,
    "cost_info": {
      "query_cost": "15.61"
    },
    "table": {
      "table_name": "cscart_categories",
      "access_type": "range",
      "possible_keys": [
        "parent"
      ],
      "key": "parent",
      "used_key_parts": [
        "parent_id"
      ],
      "key_length": "3",
      "rows_examined_per_scan": 9,
      "rows_produced_per_join": 9,
      "filtered": "100.00",
      "index_condition": "(`atulecarter_atul_demo5`.`cscart_categories`.`parent_id` in (204,211,215))",
      "cost_info": {
        "read_cost": "13.81",
        "eval_cost": "1.80",
        "prefix_cost": "15.61",
        "data_read_per_join": "23K"
      },
      "used_columns": [
        "category_id",
        "parent_id"
      ]
    }
  }
}| category_id | parent_id | 
|---|---|
| 208 | 204 | 
| 209 | 204 | 
| 210 | 204 | 
| 212 | 211 | 
| 213 | 211 | 
| 214 | 211 | 
| 216 | 215 | 
| 217 | 215 | 
| 218 | 215 |