Query time 0.00153
JSON explain
{
"query_block": {
"select_id": 1,
"cost": 0.010429046,
"filesort": {
"sort_key": "a.position",
"temporary_table": {
"nested_loop": [
{
"table": {
"table_name": "c",
"access_type": "index",
"possible_keys": ["PRIMARY", "product_id"],
"key": "product_id",
"key_length": "3",
"used_key_parts": ["product_id"],
"loops": 1,
"rows": 1,
"cost": 0.006792605,
"filtered": 100,
"attached_condition": "c.product_id in (13860,13876,13879,14024,13896,13946,13916,13963,13919,13929,13932,13895,14020,13899,13861,13971,13902,13931,13939,13913,14026,13950,13940,13947)",
"using_index": true
}
},
{
"table": {
"table_name": "a",
"access_type": "eq_ref",
"possible_keys": ["PRIMARY", "c_status"],
"key": "PRIMARY",
"key_length": "3",
"used_key_parts": ["option_id"],
"ref": ["u508912950_dev_2025.c.option_id"],
"loops": 1,
"rows": 1,
"cost": 0.00171364,
"filtered": 33.33333206,
"attached_condition": "a.product_id = 0 and a.`status` = 'A'"
}
},
{
"table": {
"table_name": "b",
"access_type": "eq_ref",
"possible_keys": ["PRIMARY"],
"key": "PRIMARY",
"key_length": "9",
"used_key_parts": ["option_id", "lang_code"],
"ref": ["u508912950_dev_2025.c.option_id", "const"],
"loops": 1,
"rows": 1,
"cost": 0.00171364,
"filtered": 100,
"attached_condition": "trigcond(b.lang_code = 'en')"
}
}
]
}
}
}
}