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, 
  cscart_product_feature_variants.mdc_variant 
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 = 541 
  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' 
WHERE 
  1 
  AND cscart_product_feature_variants.feature_id IN (
    1101, 1122, 1033, 1046, 1093, 1119, 1120, 
    1102, 1030, 1121, 1038
  ) 
GROUP BY 
  cscart_product_feature_variants.variant_id 
ORDER BY 
  cscart_product_feature_variants.position, 
  cscart_product_feature_variant_descriptions.variant

Query time 0.00321

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost_info": {
      "query_cost": "2017.15"
    },
    "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": 179,
              "rows_produced_per_join": 179,
              "filtered": "100.00",
              "index_condition": "(`danishecarter_latest`.`cscart_product_feature_variants`.`feature_id` in (1101,1122,1033,1046,1093,1119,1120,1102,1030,1121,1038))",
              "cost_info": {
                "read_cost": "225.81",
                "eval_cost": "35.80",
                "prefix_cost": "261.61",
                "data_read_per_join": "472K"
              },
              "used_columns": [
                "variant_id",
                "feature_id",
                "position",
                "mdc_variant"
              ]
            }
          },
          {
            "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": [
                "danishecarter_latest.cscart_product_feature_variants.variant_id",
                "const"
              ],
              "rows_examined_per_scan": 1,
              "rows_produced_per_join": 179,
              "filtered": "100.00",
              "cost_info": {
                "read_cost": "179.00",
                "eval_cost": "35.80",
                "prefix_cost": "476.41",
                "data_read_per_join": "541K"
              },
              "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": [
                "danishecarter_latest.cscart_product_feature_variants.feature_id",
                "const",
                "danishecarter_latest.cscart_product_feature_variants.variant_id",
                "const"
              ],
              "rows_examined_per_scan": 1,
              "rows_produced_per_join": 179,
              "filtered": "100.00",
              "using_index": true,
              "cost_info": {
                "read_cost": "179.00",
                "eval_cost": "35.80",
                "prefix_cost": "691.21",
                "data_read_per_join": "138K"
              },
              "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": [
                "danishecarter_latest.cscart_product_feature_variants.feature_id"
              ],
              "rows_examined_per_scan": 1,
              "rows_produced_per_join": 179,
              "filtered": "100.00",
              "cost_info": {
                "read_cost": "179.00",
                "eval_cost": "35.80",
                "prefix_cost": "906.01",
                "data_read_per_join": "211K"
              },
              "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": [
                "danishecarter_latest.cscart_product_feature_variants.variant_id",
                "const",
                "const",
                "const"
              ],
              "rows_examined_per_scan": 5,
              "rows_produced_per_join": 895,
              "filtered": "100.00",
              "cost_info": {
                "read_cost": "932.14",
                "eval_cost": "179.00",
                "prefix_cost": "2017.15",
                "data_read_per_join": "1M"
              },
              "used_columns": [
                "name",
                "object_id",
                "type",
                "dispatch",
                "path",
                "lang_code"
              ]
            }
          }
        ]
      }
    }
  }
}

Result

variant variant_id feature_id selected feature_type seo_name seo_path mdc_variant
0.000 23102 1038 N
1 23004 1101 S 1
100 19202 1038 N 100
1000 22967 1093 N 1000
1000 19204 1038 N 1000
10000 22970 1093 N 10000
10000 23012 1102 N 10000
10000 19207 1038 N 10000
11990 23360 1102 N 11990
12000 23013 1102 N 12000
1465 23419 1038 N 1465
14970 23380 1093 N 14970
15000 23014 1102 N 15000
150000 19208 1038 N 150000
18000 23248 1038 N 18000
18000 23134 1102 N 18000
18000.000 23142 1038 N
18200 23366 1102 N 18200
2 23005 1101 S 2
200 22966 1093 N 200
2000 23008 1102 N 2000
2000 19205 1038 N 2000
20000 23015 1102 N 20000
20000 19209 1038 N 20000
200611 23408 1046 N 200611
200702 23156 1046 23156 N 200702
200803 23116 1046 N 200803
200901 23389 1046 N 200901
200903 23258 1046 N 200903
200904 23244 1046 N 200904
200907 23384 1046 N 200907
200909 23273 1046 N 200909
201002 23271 1046 N 201002
201003 23337 1046 N 201003
201006 23242 1046 N 201006
201102 23356 1046 N 201102
201106 23151 1046 N 201106
201201 23382 1046 N 201201
201207 23342 1046 N 201207
201302 23198 1046 N 201302
201312 23185 1046 N 201312
201401 23396 1046 N 201401
201403 23158 1046 N 201403
201404 23412 1046 N 201404
201412 23224 1046 N 201412
201501 23415 1046 N 201501
201505 23161 1046 N 201505
201507 23215 1046 N 201507
201510 23124 1046 N 201510
201511 23106 1046 N 201511
201601 23227 1046 N 201601
201602 23364 1046 N 201602
201604 23146 1046 N 201604
201605 23387 1046 N 201605
201606 23391 1046 N 201606
201610 23251 1046 N 201610
201611 23399 1046 N 201611
201702 23217 1046 N 201702
201703 23402 1046 N 201703
201705 23346 1046 N 201705
201708 23221 1046 N 201708
201804 23379 1046 N 201804
201807 23143 1046 N 201807
201808 23210 1046 N 201808
201809 23096 1046 N 201809
201810 23139 1046 N 201810
201811 23194 1046 N 201811
201902 23202 1046 N 201902
201903 23190 1046 N 201903
201906 23322 1046 N 201906
201909 23230 1046 N 201909
202002 23276 1046 N 202002
202007 23282 1046 N 202007
202008 23294 1046 N 202008
202009 23285 1046 N 202009
202011 23132 1046 N 202011
202101 23361 1046 N 202101
202103 23287 1046 N 202103
202112 23074 1046 N 202112
202204 23081 1046 N 202204
202305 23313 1046 N 202305
202401 23304 1046 N 202401
202411 23417 1046 N 202411
20500 23193 1102 N 20500
2165 23308 1038 N 2165
2500 23312 1102 N 2500
25000 19210 1038 N 25000
25775 23103 1093 N 25775
26000 23112 1102 N 26000
26000.000 23119 1038 N
26657 23400 1093 N 26657
27566 23130 1093 N 27566
27800 23385 1093 N 27800
28720 23155 1093 23155 N 28720
29220 23390 1093 N 29220
29377 23411 1093 N 29377
29900 23383 1093 N 29900
29922 23414 1093 N 29922
3 23006 1101 23006 S 3
31727 23229 1093 N 31727
32560 23214 1093 N 32560
3500 23009 1102 N 3500
3500 23261 1038 N 3500
35000 23104 1102 23104 N 35000
35000.000 23107 1038 23107 N
36000 23131 1102 N 36000
36000.000 23133 1038 N
39000 23257 1093 N 39000
39000 23213 1102 N 39000
4 23350 1101 S 4
43000 23354 1102 N 43000
500 19203 1038 N 500
5000 22968 1093 N 5000
5000 23010 1102 N 5000
5000 19206 1038 N 5000
5650 23255 1038 N 5650
60000 23207 1102 N 60000
6783 23095 1102 N 6783
6783.000 23100 1038 N
7050 23369 1093 N 7050
7273 23228 1038 N 7273
7490 23406 1102 N 7490
7500 23011 1102 N 7500
8000 22969 1093 N 8000
8124 23233 1038 N 8124
8263 23291 1102 N 8263
8281 23280 1102 N 8281
8311 23284 1102 N 8311
8461 23090 1102 N 8461
8461.000 23093 1038 N
8706 23200 1038 N 8706
8809 23080 1102 N 8809
8809.000 23084 1038 N
8917 23071 1102 N 8917
8917.000 23079 1038 N
9025 23205 1038 N 9025
ABS 23105 1121 23105 M
Air Suspension 23072 1121 M
BoxSemiTrailer 23094 1119 S
ChassisSemiTrailer 23157 1119 S
ChassisTruck 23127 1119 S
Compactor 23165 1119 S
Container forklift truck 23166 1119 S
Deep-freeze transporter 23108 1119 S
Disk Brake 23073 1121 M
Fixed 18937 1030 18937 S FIXED
FORD_REIMO 23178 1120 E fordreimo-en
Fortschritt 23174 1120 E fortschritt-en
Leasing only 18939 1030 S LEASING_ONLY
More than 3 23007 1101 S n
No 18943 1033 18943 S N
On request 18938 1030 S ON_REQUEST
Other agricultural vehicles 23177 1119 S
Other forklift trucks 23173 1119 S
Other substructures 23101 1119 S
RefrigeratorBodySemiTrailer 23069 1119 S
RENAULT 23160 1120 E renault-en
SCANIA 23121 1120 E scania-en
SCHMITZ 23070 1120 E schmitz-en
Standard tractor/trailer unit 23085 1119 S
SwapChassisSemiTrailer 23153 1119 23153 S
SwapChassisTruck 23120 1119 S
Timber carrier 23109 1119 S
Used vehicle 23075 1122 23075 S
VANHOOL 23154 1120 23154 E vanhool-en
VOLVO 23086 1120 E volvo-en
Wheeled loader 23164 1119 S
WOODFORD 23167 1120 E woodford-en
Yes 18942 1033 S Y