SELECT 
  pf.feature_id, 
  pf.company_id, 
  pf.feature_type, 
  pf.parent_id, 
  pf.display_on_product, 
  pf.display_on_catalog, 
  pf.display_on_header, 
  cscart_product_features_descriptions.description, 
  cscart_product_features_descriptions.internal_name, 
  cscart_product_features_descriptions.lang_code, 
  cscart_product_features_descriptions.prefix, 
  cscart_product_features_descriptions.suffix, 
  pf.categories_path, 
  cscart_product_features_descriptions.full_description, 
  pf.status, 
  pf.comparison, 
  pf.position, 
  pf.purpose, 
  pf.feature_style, 
  pf.filter_style, 
  pf.feature_code, 
  pf.timestamp, 
  pf.updated_timestamp, 
  pf_groups.position AS group_position, 
  cscart_product_features_values.value, 
  cscart_product_features_values.variant_id, 
  cscart_product_features_values.value_int 
FROM 
  cscart_product_features AS pf 
  LEFT JOIN cscart_product_features AS pf_groups ON pf.parent_id = pf_groups.feature_id 
  LEFT JOIN cscart_product_features_descriptions AS pf_groups_description ON pf_groups_description.feature_id = pf.parent_id 
  AND pf_groups_description.lang_code = 'fr' 
  LEFT JOIN cscart_product_features_descriptions ON cscart_product_features_descriptions.feature_id = pf.feature_id 
  AND cscart_product_features_descriptions.lang_code = 'fr' 
  INNER JOIN cscart_product_features_values ON cscart_product_features_values.feature_id = pf.feature_id 
  AND cscart_product_features_values.product_id = 716 
  AND cscart_product_features_values.lang_code = 'fr' 
WHERE 
  1 = 1 
  AND pf.feature_type != 'G' 
  AND pf.status IN ('A') 
  AND (
    pf_groups.status IN ('A') 
    OR pf_groups.status IS NULL
  ) 
  AND pf.company_id IN (0, 3) 
  AND pf.display_on_product = 'Y' 
  AND (
    pf.categories_path = '' 
    OR ISNULL(pf.categories_path) 
    OR FIND_IN_SET(166, pf.categories_path) 
    OR FIND_IN_SET(174, pf.categories_path) 
    OR FIND_IN_SET(190, pf.categories_path)
  ) 
GROUP BY 
  pf.feature_id 
ORDER BY 
  group_position asc, 
  pf_groups_description.description asc, 
  pf_groups.feature_id asc, 
  pf.position asc, 
  cscart_product_features_descriptions.description asc, 
  pf.feature_id asc

Query time 0.00134

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": "index_merge",
          "possible_keys": [
            "PRIMARY",
            "fl",
            "lang_code",
            "product_id",
            "fpl",
            "idx_product_feature_variant_id"
          ],
          "key_length": "3,6",
          "index_merge": {
            "intersect": {
              "range": {
                "key": "product_id",
                "used_key_parts": ["product_id"]
              },
              "range": {
                "key": "lang_code",
                "used_key_parts": ["lang_code"]
              }
            }
          },
          "rows": 4,
          "filtered": 100,
          "attached_condition": "cscart_product_features_values.product_id = 716 and cscart_product_features_values.lang_code = 'fr'"
        },
        "table": {
          "table_name": "pf",
          "access_type": "eq_ref",
          "possible_keys": ["PRIMARY", "status", "company_id"],
          "key": "PRIMARY",
          "key_length": "3",
          "used_key_parts": ["feature_id"],
          "ref": ["multi_vendor.cscart_product_features_values.feature_id"],
          "rows": 1,
          "filtered": 93.89312744,
          "attached_condition": "pf.feature_type <> 'G' and pf.`status` = 'A' and pf.company_id in (0,3) and pf.display_on_product = 'Y' and (pf.categories_path = '' or pf.categories_path is null or find_in_set(166,pf.categories_path) or find_in_set(174,pf.categories_path) or find_in_set(190,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": ["multi_vendor.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": ["multi_vendor.pf.parent_id", "const"],
          "rows": 1,
          "filtered": 100,
          "attached_condition": "trigcond(pf_groups_description.lang_code = 'fr')"
        },
        "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": [
            "multi_vendor.cscart_product_features_values.feature_id",
            "const"
          ],
          "rows": 1,
          "filtered": 100,
          "attached_condition": "trigcond(cscart_product_features_descriptions.lang_code = 'fr')"
        }
      }
    }
  }
}

Result

feature_id company_id feature_type parent_id display_on_product display_on_catalog display_on_header description internal_name lang_code prefix suffix categories_path full_description status comparison position purpose feature_style filter_style feature_code timestamp updated_timestamp group_position value variant_id value_int
647 0 S 0 Y Y N Matériaux Utilisés 3j test: Céramique Matériaux Utilisés 3j test: Céramique fr 190 <p>&lt;h3 style="color:#C2185B;"&gt;Matériaux utilisés pour cette prothèse&lt;/h3&gt;</p> <p>&lt;table style="width:100%; border-collapse:collapse; font-size:14px;"&gt;<br>&nbsp; &lt;thead&gt;<br>&nbsp; &nbsp; &lt;tr style="background-color:#f2f2f2;"&gt;<br>&nbsp; &nbsp; &nbsp; &lt;th style="padding:8px; border:1px solid #ddd;"&gt;Type de matériau&lt;/th&gt;<br>&nbsp; &nbsp; &nbsp; &lt;th style="padding:8px; border:1px solid #ddd;"&gt;Fabricant&lt;/th&gt;<br>&nbsp; &nbsp; &nbsp; &lt;th style="padding:8px; border:1px solid #ddd;"&gt;Normes&lt;/th&gt;<br>&nbsp; &nbsp; &nbsp; &lt;th style="padding:8px; border:1px solid #ddd;"&gt;N° de lot&lt;/th&gt;<br>&nbsp; &nbsp; &lt;/tr&gt;<br>&nbsp; &lt;/thead&gt;<br>&nbsp; &lt;tbody&gt;<br>&nbsp; &nbsp; &lt;tr&gt;<br>&nbsp; &nbsp; &nbsp; &lt;td style="padding:8px; border:1px solid #ddd;"&gt;Métal base (Cr-Co médical)&lt;/td&gt;<br>&nbsp; &nbsp; &nbsp; &lt;td style="padding:8px; border:1px solid #ddd;"&gt;Mesa (Italie)&lt;/td&gt;<br>&nbsp; &nbsp; &nbsp; &lt;td style="padding:8px; border:1px solid #ddd;"&gt;CE 0476 – EN ISO 22674&lt;/td&gt;<br>&nbsp; &nbsp; &nbsp; &lt;td style="padding:8px; border:1px solid #ddd;"&gt;11641&lt;/td&gt;<br>&nbsp; &nbsp; &lt;/tr&gt;<br>&nbsp; &nbsp; &lt;tr&gt;<br>&nbsp; &nbsp; &nbsp; &lt;td style="padding:8px; border:1px solid #ddd;"&gt;Céramique Dentine&lt;/td&gt;<br>&nbsp; &nbsp; &nbsp; &lt;td style="padding:8px; border:1px solid #ddd;"&gt;Shofu (Japon)&lt;/td&gt;<br>&nbsp; &nbsp; &nbsp; &lt;td style="padding:8px; border:1px solid #ddd;"&gt;CE 0123 – ISO 6872&lt;/td&gt;<br>&nbsp; &nbsp; &nbsp; &lt;td style="padding:8px; border:1px solid #ddd;"&gt;032242&lt;/td&gt;<br>&nbsp; &nbsp; &lt;/tr&gt;<br>&nbsp; &nbsp; &lt;tr&gt;<br>&nbsp; &nbsp; &nbsp; &lt;td style="padding:8px; border:1px solid #ddd;"&gt;Céramique Incisal&lt;/td&gt;<br>&nbsp; &nbsp; &nbsp; &lt;td style="padding:8px; border:1px solid #ddd;"&gt;;Shofu (Japon)&lt;/td&gt;<br>&nbsp; &nbsp; &nbsp; &lt;td style="padding:8px; border:1px solid #ddd;"&gt;CE 0123 – ISO 6872&lt;/td&gt;<br>&nbsp; &nbsp; &nbsp; &lt;td style="padding:8px; border:1px solid #ddd;"&gt;3426879&lt;/td&gt;<br>&nbsp; &nbsp; &lt;/tr&gt;<br>&nbsp; &nbsp; &lt;tr&gt;<br>&nbsp; &nbsp; &nbsp; &lt;td style="padding:8px; border:1px solid #ddd;"&gt;Céramique Translucide&lt;/td&gt;<br>&nbsp; &nbsp; &nbsp; &lt;td style="padding:8px; border:1px solid #ddd;"&gt;Shofu (Japon)&lt;/td&gt;<br>&nbsp; &nbsp; &nbsp; &lt;td style="padding:8px; border:1px solid #ddd;"&gt;CE 0123 – ISO 6872&lt;/td&gt;<br>&nbsp; &nbsp; &nbsp; &lt;td style="padding:8px; border:1px solid #ddd;"&gt;652769&lt;/td&gt;<br>&nbsp; &nbsp; &lt;/tr&gt;<br>&nbsp; &lt;/tbody&gt;<br>&lt;/table&gt;</p> <p>&lt;p style="margin-top:15px; font-size:13px;"&gt;<br>Ces matériaux sont certifiés conformes aux exigences du marquage CE.&nbsp;&nbsp;<br>Ils sont utilisés dans notre laboratoire selon des protocoles stricts pour garantir la biocompatibilité et la sécurité du patient.<br>&lt;/p&gt;</p> A N 0 find_products text checkbox 1726002789 1766386564 1213