{
"query_block": {
"select_id": 1,
"nested_loop": [
{
"table": {
"table_name": "c",
"access_type": "range",
"possible_keys": ["PRIMARY", "product_id"],
"key": "product_id",
"key_length": "3",
"used_key_parts": ["product_id"],
"rows": 3,
"filtered": 100,
"index_condition": "c.product_id in (45023,46256,48949)"
}
},
{
"table": {
"table_name": "a",
"access_type": "eq_ref",
"possible_keys": ["PRIMARY"],
"key": "PRIMARY",
"key_length": "3",
"used_key_parts": ["option_id"],
"ref": ["dev_db.c.option_id"],
"rows": 1,
"filtered": 100,
"attached_condition": "a.`status` = 'A'"
}
}
]
}
}