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 = 3914 
  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 (621, 594, 550, 624, 605, 606, 627) 
GROUP BY 
  cscart_product_feature_variants.variant_id 
ORDER BY 
  cscart_product_feature_variants.position, 
  cscart_product_feature_variant_descriptions.variant

Query time 0.00285

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost_info": {
      "query_cost": "386.56"
    },
    "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": 208,
              "rows_produced_per_join": 208,
              "filtered": "100.00",
              "index_condition": "(`gaseus`.`cscart_product_feature_variants`.`feature_id` in (621,594,550,624,605,606,627))",
              "cost_info": {
                "read_cost": "74.56",
                "eval_cost": "20.80",
                "prefix_cost": "95.36",
                "data_read_per_join": "237K"
              },
              "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": [
                "gaseus.cscart_product_feature_variants.variant_id",
                "const"
              ],
              "rows_examined_per_scan": 1,
              "rows_produced_per_join": 208,
              "filtered": "100.00",
              "cost_info": {
                "read_cost": "52.00",
                "eval_cost": "20.80",
                "prefix_cost": "168.16",
                "data_read_per_join": "648K"
              },
              "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": [
                "gaseus.cscart_product_feature_variants.feature_id",
                "const",
                "gaseus.cscart_product_feature_variants.variant_id",
                "const"
              ],
              "rows_examined_per_scan": 1,
              "rows_produced_per_join": 208,
              "filtered": "100.00",
              "using_index": true,
              "cost_info": {
                "read_cost": "52.00",
                "eval_cost": "20.80",
                "prefix_cost": "240.96",
                "data_read_per_join": "160K"
              },
              "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": [
                "gaseus.cscart_product_feature_variants.feature_id"
              ],
              "rows_examined_per_scan": 1,
              "rows_produced_per_join": 208,
              "filtered": "100.00",
              "cost_info": {
                "read_cost": "52.00",
                "eval_cost": "20.80",
                "prefix_cost": "313.76",
                "data_read_per_join": "245K"
              },
              "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": [
                "gaseus.cscart_product_feature_variants.variant_id",
                "const",
                "const",
                "const"
              ],
              "rows_examined_per_scan": 1,
              "rows_produced_per_join": 208,
              "filtered": "100.00",
              "index_condition": "<if>(is_not_null_compl(cscart_seo_names), ((`gaseus`.`cscart_seo_names`.`company_id` = 1) or (`gaseus`.`cscart_seo_names`.`company_id` = 0)), true)",
              "cost_info": {
                "read_cost": "52.00",
                "eval_cost": "20.80",
                "prefix_cost": "386.56",
                "data_read_per_join": "352K"
              },
              "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,5 2070 624 N
100 1876 624 N
12 1866 624 N
16 1962 624 N
175*128*167 mm 2394 605 M
20 1694 624 N
200 1705 624 N
210 2381 624 N
25 1679 624 N
300 1803 624 1803 N
30366043810109 1880 621 S
30366043810179 1882 621 S
30366053810109 1883 621 S
30366053810179 1884 621 S
30366063810109 1885 621 S
30366063810179 1886 621 S
30366283810109 1887 621 S
30366283810179 1888 621 S
30366313810109 1889 621 S
30366313810179 1890 621 S
31631200 1862 621 1862 S
31631203 1860 621 S
31631204 1800 621 S
31631205 1799 621 S
31631206 1798 621 S
31631207 1796 621 S
32180001 1840 621 S
32180002 1838 621 S
32180003 1842 621 S
32180004 1841 621 S
32262319 1687 621 S
32262400 1858 621 S
32490035 1743 621 S
32490048 1717 621 S
32490056 1709 621 S
32490064 1786 621 S
32490098 1765 621 S
32490106 1745 621 S
32490110 1793 621 S
32490137 1794 621 S
32490145 1777 621 S
32490250 1676 621 S
32490323 1775 621 S
32490471 1783 621 S
32490528 1763 621 S
32490536 1702 621 S
32490544 1755 621 S
32490552 1779 621 S
32490560 1729 621 S
32490579 1731 621 S
32490820 1654 621 S
32490869 1701 621 S
32490870 1697 621 S
32490872 1700 621 S
32491052 1713 621 S
32491206 1766 621 S
32491214 1767 621 S
32491257 1732 621 S
32491320 1672 621 S
32492200 1746 621 S
32492201 1734 621 S
32492202 1719 621 S
32492203 1769 621 S
32492204 1757 621 S
32492205 1749 621 S
32492206 1735 621 S
32492207 1722 621 S
32492208 1773 621 S
32492209 1758 621 S
32492210 1750 621 S
32492211 1724 621 S
32492212 1759 621 S
32492213 1774 621 S
32492214 1751 621 S
32492215 1870 621 S
32492216 1771 621 S
32492217 1761 621 S
32492218 1811 621 S
32492219 1814 621 S
32492220 1817 621 S
32492236 1691 621 S
32492237 1780 621 S
32492238 1739 621 S
32492239 1741 621 S
32492240 1784 621 S
32492241 1776 621 S
32492242 1871 621 S
32492243 1874 621 S
32492244 1873 621 S
32492245 1737 621 S
32492246 1832 621 S
32492247 1813 621 S
32492248 1831 621 S
32492249 1809 621 S
32492250 1830 621 S
32492251 1808 621 S
32492252 1875 621 S
32492253 1826 621 S
32492254 1822 621 S
32492255 1828 621 S
32492257 1845 621 S
32492258 1843 621 S
32492259 1878 621 S
32492260 1846 621 S
32492400 1833 621 S
32492401 1837 621 S
32494100 1854 621 S
32494101 1848 621 S
32494102 1855 621 S
32494104 1853 621 S
32494105 1857 621 S
32494106 1850 621 S
32494107 1847 621 S
32494108 1851 621 S
32497506 1816 621 S
32497514 1819 621 S
32497522 1805 621 S
32497530 1818 621 S
32497549 1801 621 S
32499908 1795 621 S
32511400 1684 621 S
32511401 1683 621 S
37610008 1863 621 S
40 1675 624 N
400 2226 624 N
5 2389 627 S
50 2036 624 N
6 2054 624 N
60 1657 624 N
70 1949 624 N
8 1992 624 N
80 1980 624 N
Automotive Industry 1663 605 1663 M
Automotive Industry| Chemical Industry| Petrochemical Industry| Pharmaceutical Industry| Welding| Cutting| Research & Development| Manufacturing Industry 2165 605 M
Brass / Stainless Steel 316L 2277 627 S
Chemical Industry 1977 605 M
Chrome-plated 2290 627 S
Chrome-plated brass 2378 627 S
Cutting 1667 605 1667 M
Cylinder regulators 1933 550 S
DIN 477 1547 594 1547 S
DIN 477-1 No. 10 Nitrogen (N2) W 24.32 x 1/14" RH/max. 200 bar 2185 624 N
DIN 477-1 No. 14 Test gases M19x1.5 LH/max. 300 bar 2186 624 N
DIN 477-1 No. 6 Inert gases (Ar, Co2, He, etc.) W 21.8 x 1/14" RH/max. 200 bar 2183 624 N
DIN 477-1 No. 9 Synthetic Air, Oxygen (O2) G 3/4" RH/max. 200 bar 2184 624 N
DIN 477-5 No. 54 non-flammable, non-toxic, non-oxidizing gases W 30 x 2 RH/max. 300 bar 2187 624 N
DIN 477-5 No. 57 flammable, non-toxic gases and gas mixtures W 30 x 2 LH 2188 624 N
DIN EN ISO 2503 1447 594 S
DIN EN ISO 7291 1576 594 S
EN ISO 2503 1461 594 S
Gas Chromatography 1924 605 M
ISO 2503 1469 594 S
ISO 5171 1391 594 S
ISO 7291 1412 594 S
Laboratory 1920 605 M
Laboratory gases 1913 606 M
Laboratory gases | laser gases 2289 606 M
Laboratory| Medical Technology| Semiconductor Industry| Pharmaceutical Industry| Photovoltaic Industry| Spectrometry| Gas Chromatography| Research & Development| Universities 2166 605 M
laser gases 2233 606 M
LFGB, Regulation (EC) 1935/2004, Regulation (EC) 2023/2006 1421 594 S
Main regulators 1999 550 S
Manufacturing Industry 1669 605 1669 M
max. 200 bar DIN 477-1 No. 1 Fuel gases, general (H2, CH4, etc.) W 21.8 x 1/14" LH/max. 200 bar 2176 624 N
Medical Technology 1662 605 1662 M
Medical Technology,Automotive Industry, Petrochemical Industry,Pharmaceutical Industry,Welding,Cutting,Research & Development,Manufacturing Industry 1400 605 M
Petrochemical Industry 1664 605 1664 M
Pharmaceutical Industry 1665 605 1665 M
Photovoltaic Industry 1922 605 M
Research & Development 1668 605 1668 M
Research&Development 1849 605 M
Semiconductor Industry 1921 605 M
Spectrometry 1923 605 M
Stainless steel 1836 627 S
Technical gases 1401 606 1401 M
Technical gases| Laboratory gases | laser gases 2302 606 M
Ultrapure gases 1936 606 M
Universities 1925 605 M
up to 200 2172 624 N
up to 300 2175 624 N
Welding 1666 605 1666 M
Brass 1659 627 S
Brass, Chrome-plated 1916 627 S
Brass, Nickel-Plated 2182 627 S
Gas Panels (Manifolds) 1235 550 S
Line Pressure Regulators 1234 550 S
Monel 1954 627 S
Accessories and Spare Parts 1254 550 1254 S
Alarm and Control Systems 1251 550 S
Aluminium 1867 627 S
Automatic Change-over Systems 1236 550 S
Brass/Polyamide 1690 627 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
Metall 1881 627 S
NBR 1861 627 1861 S
Polyamid 1797 627 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