Query time 0.00076
    
    
            JSON explain
        {
  "query_block": {
    "select_id": 1,
    "filesort": {
      "sort_key": "pf_groups.position, pf_groups_description.description, pf_groups.feature_id, pf.position, cscart_product_features_descriptions.description, pf.feature_id",
      "temporary_table": {
        "table": {
          "table_name": "cscart_product_features_values",
          "access_type": "ref",
          "possible_keys": [
            "PRIMARY",
            "fl",
            "lang_code",
            "product_id",
            "fpl",
            "idx_product_feature_variant_id"
          ],
          "key": "idx_product_feature_variant_id",
          "key_length": "3",
          "used_key_parts": ["product_id"],
          "ref": ["const"],
          "rows": 2,
          "filtered": 58.7939682,
          "attached_condition": "cscart_product_features_values.product_id <=> 127 and cscart_product_features_values.lang_code = 'ja'"
        },
        "table": {
          "table_name": "pf",
          "access_type": "eq_ref",
          "possible_keys": ["PRIMARY", "status"],
          "key": "PRIMARY",
          "key_length": "3",
          "used_key_parts": ["feature_id"],
          "ref": [
            "cscart_purchase_fl_com.cscart_product_features_values.feature_id"
          ],
          "rows": 1,
          "filtered": 100,
          "attached_condition": "pf.feature_type <> 'G' and pf.`status` = 'A' and pf.display_on_product = 'Y' and (pf.categories_path = '' or pf.categories_path is null or find_in_set(6,pf.categories_path) or find_in_set(12,pf.categories_path))"
        },
        "table": {
          "table_name": "pf_groups",
          "access_type": "eq_ref",
          "possible_keys": ["PRIMARY"],
          "key": "PRIMARY",
          "key_length": "3",
          "used_key_parts": ["feature_id"],
          "ref": ["cscart_purchase_fl_com.pf.parent_id"],
          "rows": 1,
          "filtered": 100,
          "attached_condition": "trigcond(pf_groups.`status` = 'A' or pf_groups.`status` is null)"
        },
        "table": {
          "table_name": "pf_groups_description",
          "access_type": "eq_ref",
          "possible_keys": ["PRIMARY"],
          "key": "PRIMARY",
          "key_length": "9",
          "used_key_parts": ["feature_id", "lang_code"],
          "ref": ["cscart_purchase_fl_com.pf.parent_id", "const"],
          "rows": 1,
          "filtered": 100,
          "attached_condition": "trigcond(pf_groups_description.lang_code = 'ja')"
        },
        "table": {
          "table_name": "cscart_product_features_descriptions",
          "access_type": "eq_ref",
          "possible_keys": ["PRIMARY"],
          "key": "PRIMARY",
          "key_length": "9",
          "used_key_parts": ["feature_id", "lang_code"],
          "ref": [
            "cscart_purchase_fl_com.cscart_product_features_values.feature_id",
            "const"
          ],
          "rows": 1,
          "filtered": 100,
          "attached_condition": "trigcond(cscart_product_features_descriptions.lang_code = 'ja')"
        },
        "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": [
            "cscart_purchase_fl_com.cscart_product_features_values.feature_id",
            "const",
            "const"
          ],
          "rows": 1,
          "filtered": 100,
          "attached_condition": "cscart_ult_objects_sharing.share_object_id = cscart_product_features_values.feature_id and cscart_ult_objects_sharing.share_object_type = 'product_features'",
          "using_index": true
        }
      }
    }
  }
}