SELECT 
  cscart_product_feature_variant_descriptions.*, 
  cscart_product_feature_variants.*, 
  cscart_seo_names.name as seo_name, 
  cscart_seo_names.path as seo_path 
FROM 
  cscart_product_feature_variants 
  LEFT JOIN cscart_product_feature_variant_descriptions ON cscart_product_feature_variant_descriptions.variant_id = cscart_product_feature_variants.variant_id 
  AND cscart_product_feature_variant_descriptions.lang_code = 'en' 
  LEFT JOIN cscart_seo_names ON cscart_seo_names.object_id = cscart_product_feature_variants.variant_id 
  AND cscart_seo_names.type = 'e' 
  AND cscart_seo_names.dispatch = '' 
  AND cscart_seo_names.lang_code = 'en' 
WHERE 
  1 
  AND cscart_product_feature_variants.feature_id IN (662) 
ORDER BY 
  cscart_product_feature_variants.position, 
  cscart_product_feature_variant_descriptions.variant

Query time 0.00132

JSON explain

{
  "query_block": {
    "select_id": 1,
    "filesort": {
      "sort_key": "cscart_product_feature_variants.position, cscart_product_feature_variant_descriptions.variant",
      "temporary_table": {
        "nested_loop": [
          {
            "table": {
              "table_name": "cscart_product_feature_variants",
              "access_type": "ref",
              "possible_keys": ["feature_id"],
              "key": "feature_id",
              "key_length": "3",
              "used_key_parts": ["feature_id"],
              "ref": ["const"],
              "rows": 22,
              "filtered": 100
            }
          },
          {
            "table": {
              "table_name": "cscart_product_feature_variant_descriptions",
              "access_type": "eq_ref",
              "possible_keys": ["PRIMARY"],
              "key": "PRIMARY",
              "key_length": "9",
              "used_key_parts": ["variant_id", "lang_code"],
              "ref": [
                "live_clonned.cscart_product_feature_variants.variant_id",
                "const"
              ],
              "rows": 1,
              "filtered": 100,
              "attached_condition": "trigcond(cscart_product_feature_variant_descriptions.lang_code = 'en')"
            }
          },
          {
            "table": {
              "table_name": "cscart_seo_names",
              "access_type": "ref",
              "possible_keys": ["PRIMARY", "dispatch"],
              "key": "PRIMARY",
              "key_length": "206",
              "used_key_parts": ["object_id", "type", "dispatch", "lang_code"],
              "ref": [
                "live_clonned.cscart_product_feature_variants.variant_id",
                "const",
                "const",
                "const"
              ],
              "rows": 3,
              "filtered": 100,
              "attached_condition": "trigcond(cscart_seo_names.`type` = 'e' and cscart_seo_names.dispatch = '' and cscart_seo_names.lang_code = 'en')"
            }
          }
        ]
      }
    }
  }
}

Result

variant_id variant description page_title meta_keywords meta_description lang_code feature_id url color position seo_name seo_path
2200 Sustainability certifications (e.g., Fairtrade, GOTS, etc.) en 662 #ffffff 10
2201 Use of local materials to reduce carbon footprint en 662 #ffffff 20
2202 Upcycling - Using fabric scraps or waste materials to create new products en 662 #ffffff 30
2203 Designing products that are easily repairable or long-lasting en 662 #ffffff 40
2204 Artisanal or low-energy production processes en 662 #ffffff 50
2205 Reducing the use of plastics in packaging en 662 #ffffff 60
2206 Educating customers on product care and maintenance en 662 #ffffff 70
2207 Collecting used products for recycling or donation en 662 #ffffff 80
2208 Using "Zero Waste" techniques or practices en 662 #ffffff 90
2209 Offering repair services en 662 #ffffff 100
2210 Using organic or recycled materials en 662 #ffffff 110
2211 Making-to-order production to reduce waste en 662 #ffffff 120
2212 Eco-friendly or reusable packaging en 662 #ffffff 130
2213 Production processes that save energy and resources en 662 #ffffff 140
2214 Carbon offsetting en 662 #ffffff 150
2215 Donating a percentage of profits to environmental or social causes en 662 #ffffff 160
2216 Recycling end-of-life products en 662 #ffffff 170
2217 Green transportation or reducing emissions in distribution en 662 #ffffff 180
2218 Transparency in the supply chain en 662 #ffffff 190
2219 Supporting the local community and fair employment en 662 #ffffff 200
2220 Small-scale production en 662 #ffffff 210
2221 Use of Deadstock materials en 662 #ffffff 220
2222 Water-based inks free of phthalates and heavy metals en 662 #ffffff 230