SELECT 
  cscart_product_feature_variant_descriptions.variant, 
  cscart_product_feature_variants.variant_id, 
  cscart_product_feature_variants.feature_id, 
  cscart_product_features_values.variant_id as selected, 
  cscart_product_features.feature_type, 
  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_product_features_values ON cscart_product_features_values.variant_id = cscart_product_feature_variants.variant_id 
  AND cscart_product_features_values.lang_code = 'en' 
  AND cscart_product_features_values.product_id = 13314 
  AND cscart_product_features_values.feature_id = cscart_product_feature_variants.feature_id 
  LEFT JOIN cscart_product_features ON cscart_product_features.feature_id = cscart_product_feature_variants.feature_id 
  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' 
  AND (
    cscart_seo_names.company_id = 1 
    OR cscart_seo_names.company_id = 0
  ) 
WHERE 
  1 
  AND cscart_product_feature_variants.feature_id IN (550, 623, 605) 
GROUP BY 
  cscart_product_feature_variants.variant_id 
ORDER BY 
  cscart_product_feature_variants.position, 
  cscart_product_feature_variant_descriptions.variant

Query time 0.00234

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost_info": {
      "query_cost": "1292.86"
    },
    "ordering_operation": {
      "using_filesort": true,
      "grouping_operation": {
        "using_temporary_table": true,
        "using_filesort": false,
        "nested_loop": [
          {
            "table": {
              "table_name": "cscart_product_feature_variants",
              "access_type": "range",
              "possible_keys": [
                "PRIMARY",
                "feature_id"
              ],
              "key": "feature_id",
              "used_key_parts": [
                "feature_id"
              ],
              "key_length": "3",
              "rows_examined_per_scan": 146,
              "rows_produced_per_join": 146,
              "filtered": "100.00",
              "index_condition": "(`test2_gaseus`.`cscart_product_feature_variants`.`feature_id` in (550,623,605))",
              "cost_info": {
                "read_cost": "51.86",
                "eval_cost": "14.60",
                "prefix_cost": "66.46",
                "data_read_per_join": "166K"
              },
              "used_columns": [
                "variant_id",
                "feature_id",
                "position"
              ]
            }
          },
          {
            "table": {
              "table_name": "cscart_product_feature_variant_descriptions",
              "access_type": "eq_ref",
              "possible_keys": [
                "PRIMARY"
              ],
              "key": "PRIMARY",
              "used_key_parts": [
                "variant_id",
                "lang_code"
              ],
              "key_length": "9",
              "ref": [
                "test2_gaseus.cscart_product_feature_variants.variant_id",
                "const"
              ],
              "rows_examined_per_scan": 1,
              "rows_produced_per_join": 146,
              "filtered": "100.00",
              "cost_info": {
                "read_cost": "36.50",
                "eval_cost": "14.60",
                "prefix_cost": "117.56",
                "data_read_per_join": "455K"
              },
              "used_columns": [
                "variant_id",
                "variant",
                "lang_code"
              ]
            }
          },
          {
            "table": {
              "table_name": "cscart_product_features_values",
              "access_type": "eq_ref",
              "possible_keys": [
                "PRIMARY",
                "fl",
                "variant_id",
                "lang_code",
                "product_id",
                "fpl",
                "idx_product_feature_variant_id"
              ],
              "key": "PRIMARY",
              "used_key_parts": [
                "feature_id",
                "product_id",
                "variant_id",
                "lang_code"
              ],
              "key_length": "15",
              "ref": [
                "test2_gaseus.cscart_product_feature_variants.feature_id",
                "const",
                "test2_gaseus.cscart_product_feature_variants.variant_id",
                "const"
              ],
              "rows_examined_per_scan": 1,
              "rows_produced_per_join": 146,
              "filtered": "100.00",
              "using_index": true,
              "cost_info": {
                "read_cost": "36.50",
                "eval_cost": "14.60",
                "prefix_cost": "168.66",
                "data_read_per_join": "112K"
              },
              "used_columns": [
                "feature_id",
                "product_id",
                "variant_id",
                "lang_code"
              ]
            }
          },
          {
            "table": {
              "table_name": "cscart_product_features",
              "access_type": "eq_ref",
              "possible_keys": [
                "PRIMARY"
              ],
              "key": "PRIMARY",
              "used_key_parts": [
                "feature_id"
              ],
              "key_length": "3",
              "ref": [
                "test2_gaseus.cscart_product_feature_variants.feature_id"
              ],
              "rows_examined_per_scan": 1,
              "rows_produced_per_join": 146,
              "filtered": "100.00",
              "cost_info": {
                "read_cost": "36.50",
                "eval_cost": "14.60",
                "prefix_cost": "219.76",
                "data_read_per_join": "172K"
              },
              "used_columns": [
                "feature_id",
                "feature_type"
              ]
            }
          },
          {
            "table": {
              "table_name": "cscart_seo_names",
              "access_type": "ref",
              "possible_keys": [
                "PRIMARY",
                "dispatch"
              ],
              "key": "PRIMARY",
              "used_key_parts": [
                "object_id",
                "type",
                "dispatch",
                "lang_code"
              ],
              "key_length": "206",
              "ref": [
                "test2_gaseus.cscart_product_feature_variants.variant_id",
                "const",
                "const",
                "const"
              ],
              "rows_examined_per_scan": 21,
              "rows_produced_per_join": 3066,
              "filtered": "100.00",
              "index_condition": "<if>(is_not_null_compl(cscart_seo_names), ((`test2_gaseus`.`cscart_seo_names`.`company_id` = 1) or (`test2_gaseus`.`cscart_seo_names`.`company_id` = 0)), true)",
              "cost_info": {
                "read_cost": "766.50",
                "eval_cost": "306.60",
                "prefix_cost": "1292.86",
                "data_read_per_join": "5M"
              },
              "used_columns": [
                "name",
                "object_id",
                "company_id",
                "type",
                "dispatch",
                "path",
                "lang_code"
              ]
            }
          }
        ]
      }
    }
  }
}

Result

variant variant_id feature_id selected feature_type seo_name seo_path
1/4 NPT-F 1953 623 S
175*128*167 mm 2394 605 M
18 mm brass two ferrule compression type fitting 1699 623 S
2 x solenoid valve 1686 623 S
Automotive Industry 1663 605 M
Automotive Industry| Chemical Industry| Petrochemical Industry| Pharmaceutical Industry| Welding| Cutting| Research & Development| Manufacturing Industry 2165 605 M
bds. External thread G3/4" RHak according to EN 560 2322 623 S
Chemical Industry 1977 605 M
Clamp ring 10 mm 2568 623 2568 S
Clamp ring 8 mm 2524 623 S
Clamp ring fitting 6 mm (stainless steel) 2444 623 S
Clamping ring 22 mm 2006 623 S
Clamping ring 6 mm 1938 623 S
Clamping ring 8 mm 1915 623 S
Compression fitting 1/4" 2168 623 S
Compression fitting 10 mm 2167 623 S
Compression fitting 12 mm 2106 623 S
Compression fitting 15 mm 2099 623 S
Compression fitting 18 mm 2317 623 S
compression fitting 4 mm Ms nickel-plated 1865 623 S
Compression fitting 8 mm 2105 623 S
Compression fitting front 1/4" 2090 623 S
Compression fitting front 1/8" 2089 623 S
Compression fitting front 10 mm 2087 623 S
Compression fitting front 12 mm 2088 623 S
Compression fitting front 18 mm 2100 623 S
Compression fitting front 6 mm 2085 623 S
Compression fitting front 8 mm 2086 623 S
Compression fitting VA 10 mm 2314 623 S
Compression fitting VA 15 mm 2316 623 S
Compression ring fitting front 1/4" 2093 623 S
Compression ring fitting front 12 mm 2169 623 S
Compression ring fitting front 8 mm 2101 623 S
Cutting 1667 605 M
Cylinder regulators 1933 550 S
DIN 477-1 No. 1 (W 21.8 x 1/14 LH) 2218 623 S
DIN 477-1 No. 1 W 21.8 x 1/14" LH 2258 623 S
DIN 477-1 No. 10 W 24.32 x 1/14" RH 2272 623 S
DIN 477-1 No. 10 (W 24.32 x 1/14 RH) 2217 623 S
DIN 477-1 No. 13 (G 5/8 RH) 2219 623 S
DIN 477-1 No. 14 M19x1.5 LH 2270 623 S
DIN 477-1 No. 6 (W 21.8 x 1/14 RH) 2216 623 S
DIN 477-1 No. 6 W 21.8 x 1/14" RH 2267 623 S
DIN 477-1 No. 9 G 3/4" RH 2265 623 S
DIN 477-1 No. 9 (G 3/4 RH) 2215 623 S
DIN 477-5 No. 54 (W 30 x 2 RH) 2208 623 S
DIN 477-5 No. 54 W 30 x 2 RH 2263 623 S
DIN 477-5 No. 56 (W 30 x 2 RH) 2212 623 S
DIN 477-5 No. 57 (W 30 x 2 LH) 2210 623 S
DIN 477-5 No. 57 W 30 x 2 LH 2261 623 S
External thread G1/2" LHk according to EN 560 2097 623 S
External thread G1/2" RHk according to EN 560 2084 623 S
External thread G1/4" LHk according to EN 560 2081 623 S
External thread G1/4" RHk according to EN 560 2092 623 S
External thread G3/4" RHak according to EN 560 2323 623 S
External thread G3/8" LHk according to EN 560 2096 623 S
External thread G3/8" RHk according to EN 560 2083 623 S
Female thread G1/2" RHi 2320 623 S
G 1 1/4 RHi 2066 623 S
G 1 RHi 2034 623 S
G 1/2 RHak (according to EN 560) 2002 623 S
G 1/2 RHak (according to EN 560), G 1/4 RHak (according to EN 560), G 1/4 RH x 6 mm (hose grommet), G 3/8 LH x 9 mm (hose grommet), G 3/8 RHak (according to EN 560), clamping ring 6 mm, clamping ring 8 mm, clamping ring 10 mm, clamping ring 12 mm 2224 623 S
G 1/2 RHi 2004 623 S
G 1/2" LH x 9 mm (hose nozzle) 2490 623 S
G 1/2" RH x 9 mm (hose nozzle) 2486 623 S
G 1/2" Rhi 2518 623 S
G 1/4 RH 1760 623 S
G 1/4 RH x 6 mm (hose grommet) 1975 623 S
G 1/4 RH x 6mm 1704 623 S
G 1/4 RHak 1726 623 S
G 1/4 RHi 2053 623 S
G 1/4 RHk 1710 623 S
G 1/4 RHk x 6mm 1720 623 S
G 1/4" RH x 6 mm (hose nozzle) 2471 623 S
G 1/4RHk x 6 mm (according to EN 560) 2336 623 S
G 2 RHi 2056 623 S
G 3/4 RH 1772 623 S
G 3/4 RH x 18mm 1824 623 S
G 3/4 RHak (according to EN 560) 2062 623 S
G 3/4 RHf 1820 623 S
G 3/4 RHi 2059 623 S
G 3/4" × 18 mm 2501 623 S
G 3/4" × 19 mm 2508 623 S
G 3/8 LH x 9 mm (hose grommet) 1983 623 S
G 3/8 LH x 9mm 1736 623 S
G 3/8 LHak 1738 623 S
G 3/8 LHak (according to EN 560) 2225 623 S
G 3/8 LHk 1733 623 S
G 3/8 LHk x 9mm 1693 623 S
G 3/8 RH 1656 623 S
G 3/8 RHak (according to EN 560) 2231 623 S
G 3/8 RHi 2042 623 S
G 3/8 RHk x 9mm 1714 623 S
G 3/8" LH x 9 mm (hose nozzle) 2477 623 S
G 3/8" × 10 mm 2541 623 S
G 3/8" × 10/12 mm 2498 623 S
G 5/8 RHif 1762 623 S
G1/2 LHak according to EN 560 2153 623 S
G1/2 RHak according to EN 560 2098 623 S
Gas Chromatography 1924 605 M
Gas Supply Systems 2414 605 2414 M
Hose nozzle G 3/8" LHk x 6 mm 2095 623 S
Hose nozzle G1/4" RHk x 6 mm 2080 623 S
Hose nozzle G3/8" LHk x 4 mm 2107 623 S
Hose nozzle G3/8" LHk x 9 mm 2094 623 S
Hose nozzle G3/8" RHk x 9 mm 2082 623 S
Industrial Production 2475 605 2475 M
Klemmring Ms 12 mm 1674 623 S
Laboratory 1920 605 M
Laboratory| Medical Technology| Semiconductor Industry| Pharmaceutical Industry| Photovoltaic Industry| Spectrometry| Gas Chromatography| Research & Development| Universities 2166 605 M
M 20 x 1,5 RHk 1839 623 S
M 24 x 1,5 RHak 1678 623 S
M 24×1.5 RH 2565 623 S
M 24×1.5 RH (nut) 2570 623 S
M 24×1.5 RH (Vareo) 2564 623 S
Main regulators 1999 550 S
Manufacturing Industry 1669 605 M
Medical Technology 1662 605 M
Medical Technology,Automotive Industry, Petrochemical Industry,Pharmaceutical Industry,Welding,Cutting,Research & Development,Manufacturing Industry 1400 605 M
Metal Processing 2476 605 2476 M
Petrochemical Industry 1664 605 M
Pharmaceutical Industry 1665 605 M
Photovoltaic Industry 1922 605 M
Research & Development 1668 605 M
Research&Development 1849 605 M
Semiconductor Industry 1921 605 M
Spectrometry 1923 605 M
Tapping point 2441 550 S
thread 1/4“ NPT-F 2229 623 S
Universities 1925 605 M
W 21,8 x 1/14 RH 1752 623 S
W 21,8 x 1/14 RHf 1689 623 S
W 24,32 x 1/14 RH 1806 623 S
Welding 1666 605 M
Welding & Cutting 2474 605 2474 M
Gas Panels (Manifolds) 1235 550 S
Line Pressure Regulators 1234 550 S
Accessories and Spare Parts 1254 550 1254 S
Alarm and Control Systems 1251 550 S
Automatic Change-over Systems 1236 550 S
Check Valves 1240 550 S
Cylinder Brackets 1250 550 S
Filters 1244 550 S
Flexible Hoses 1245 550 S
Flowmeters 1242 550 S
Gas Analyzers 1249 550 S
Gas Cabinets 1253 550 S
Gas Mixers 1252 550 S
Gas Purification Systems 1246 550 S
Gauges 2108 550 S
Pressure Gauges 1247 550 S
Pressure Sensors 1248 550 S
Purge Devices 1237 550 S
Relief Valves 1239 550 S
Shut-off Valves 1238 550 S
Tapping Points 1241 550 S
Vacuum Generators 1243 550 S