Query time 0.00148
JSON explain
{
"query_block": {
"select_id": 1,
"cost": 0.02926272,
"nested_loop": [
{
"table": {
"table_name": "cscart_product_features",
"access_type": "range",
"possible_keys": ["PRIMARY"],
"key": "PRIMARY",
"key_length": "3",
"used_key_parts": ["feature_id"],
"loops": 1,
"rows": 15,
"cost": 0.01502692,
"filtered": 100,
"attached_condition": "cscart_product_features.feature_id in (23,21,29,28,26,25,27,36,35,32,31,42,45,44,43) and cscart_product_features.feature_type = 'E'"
}
},
{
"table": {
"table_name": "cscart_ult_objects_sharing",
"access_type": "eq_ref",
"possible_keys": ["PRIMARY"],
"key": "PRIMARY",
"key_length": "159",
"used_key_parts": [
"share_object_id",
"share_company_id",
"share_object_type"
],
"ref": ["lvshop.cscart_product_features.feature_id", "const", "const"],
"loops": 15,
"rows": 1,
"cost": 0.0142358,
"filtered": 100,
"attached_condition": "cscart_ult_objects_sharing.share_object_id = cscart_product_features.feature_id and cscart_ult_objects_sharing.share_object_type = 'product_features'"
}
}
]
}
}