SELECT 
  cscart_product_feature_variants.variant_id, 
  cscart_product_feature_variants.position, 
  cscart_product_feature_variants.color, 
  cscart_product_feature_variant_descriptions.variant 
FROM 
  cscart_product_feature_variants 
  LEFT JOIN cscart_product_feature_variant_descriptions ON cscart_product_feature_variants.variant_id = cscart_product_feature_variant_descriptions.variant_id 
  AND cscart_product_feature_variant_descriptions.lang_code = 'en' 
WHERE 
  cscart_product_feature_variants.variant_id IN (
    24106, 
    23789, 
    23795, 
    23802, 
    23805, 
    23864, 
    24073, 
    24078, 
    24079, 
    24088, 
    25384, 
    25400, 
    25432, 
    24109, 
    23793, 
    24318, 
    25399, 
    25430, 
    25453, 
    25462, 
    25467, 
    25477, 
    26294, 
    26318, 
    24112, 
    24324, 
    25455, 
    25480, 
    25485, 
    24108, 
    25431, 
    25452, 
    25479, 
    24115, 
    23093, 
    23791, 
    23798, 
    24247, 
    25403, 
    25441, 
    25463, 
    25465, 
    25471, 
    25481, 
    25484, 
    25496, 
    25499, 
    25502, 
    25507, 
    25514, 
    25522, 
    25530, 
    25540, 
    25545, 
    25547, 
    25549, 
    25553, 
    25564, 
    26041, 
    26274, 
    26328, 
    26333, 
    24179, 
    23799, 
    23804, 
    24409, 
    25451, 
    25466, 
    25495, 
    25523, 
    26040, 
    24125, 
    24074, 
    24082, 
    24139, 
    23796, 
    23803, 
    24086, 
    24639, 
    25468, 
    25583, 
    25586, 
    25593, 
    26070, 
    25610, 
    25615, 
    25621, 
    25627, 
    26059, 
    26063, 
    24147, 
    25083, 
    24143, 
    23792, 
    24087, 
    24644, 
    25482, 
    26072, 
    26296, 
    26307, 
    24181, 
    25101, 
    25450, 
    25464, 
    25483, 
    25529, 
    25550, 
    25652, 
    25658, 
    25670, 
    25676, 
    25694, 
    26050, 
    26265, 
    24207, 
    24306, 
    25677, 
    26032, 
    23790, 
    24362, 
    25456, 
    25706, 
    25708, 
    25711, 
    24229, 
    24062, 
    24080, 
    24388, 
    24192, 
    24077, 
    25460, 
    25461, 
    25475, 
    25678, 
    25705, 
    25716, 
    24188, 
    24389, 
    25402, 
    25476, 
    25538, 
    25551, 
    25731, 
    25733, 
    25738, 
    26057, 
    26297
  ) 
ORDER BY 
  cscart_product_feature_variants.position ASC, 
  cscart_product_feature_variant_descriptions.variant ASC

Query time 0.00162

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost_info": {
      "query_cost": "529.21"
    },
    "ordering_operation": {
      "using_temporary_table": true,
      "using_filesort": true,
      "nested_loop": [
        {
          "table": {
            "table_name": "cscart_product_feature_variants",
            "access_type": "range",
            "possible_keys": [
              "PRIMARY"
            ],
            "key": "PRIMARY",
            "used_key_parts": [
              "variant_id"
            ],
            "key_length": "3",
            "rows_examined_per_scan": 147,
            "rows_produced_per_join": 147,
            "filtered": "100.00",
            "index_condition": "(`danishecarter_25_march`.`cscart_product_feature_variants`.`variant_id` in (24106,23789,23795,23802,23805,23864,24073,24078,24079,24088,25384,25400,25432,24109,23793,24318,25399,25430,25453,25462,25467,25477,26294,26318,24112,24324,25455,25480,25485,24108,25431,25452,25479,24115,23093,23791,23798,24247,25403,25441,25463,25465,25471,25481,25484,25496,25499,25502,25507,25514,25522,25530,25540,25545,25547,25549,25553,25564,26041,26274,26328,26333,24179,23799,23804,24409,25451,25466,25495,25523,26040,24125,24074,24082,24139,23796,23803,24086,24639,25468,25583,25586,25593,26070,25610,25615,25621,25627,26059,26063,24147,25083,24143,23792,24087,24644,25482,26072,26296,26307,24181,25101,25450,25464,25483,25529,25550,25652,25658,25670,25676,25694,26050,26265,24207,24306,25677,26032,23790,24362,25456,25706,25708,25711,24229,24062,24080,24388,24192,24077,25460,25461,25475,25678,25705,25716,24188,24389,25402,25476,25538,25551,25731,25733,25738,26057,26297))",
            "cost_info": {
              "read_cost": "323.41",
              "eval_cost": "29.40",
              "prefix_cost": "352.81",
              "data_read_per_join": "388K"
            },
            "used_columns": [
              "variant_id",
              "color",
              "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": [
              "danishecarter_25_march.cscart_product_feature_variants.variant_id",
              "const"
            ],
            "rows_examined_per_scan": 1,
            "rows_produced_per_join": 147,
            "filtered": "100.00",
            "cost_info": {
              "read_cost": "147.00",
              "eval_cost": "29.40",
              "prefix_cost": "529.21",
              "data_read_per_join": "444K"
            },
            "used_columns": [
              "variant_id",
              "variant",
              "lang_code"
            ]
          }
        }
      ]
    }
  }
}

Result

variant_id position color variant
23093 0 #ffffff 1000
25441 0 #ffffff 12 L/100 km
24088 0 #ffffff 14 Days
25529 0 #ffffff 1500
25538 0 #ffffff 1500
25545 0 #ffffff 15000 Kg
25502 0 #ffffff 18 months
25676 0 #ffffff 2
25432 0 #ffffff 2 (Red)
25495 0 #ffffff 2/3
25530 0 #ffffff 2000
25540 0 #ffffff 2500
25677 0 #ffffff 3
25431 0 #ffffff 3 (Yellow)
24086 0 #ffffff 3 Days
25551 0 #ffffff 360° camera
25670 0 #ffffff 4
25430 0 #ffffff 4 (Green)
25496 0 #ffffff 4/5
25593 0 #ffffff 46-50cm
25711 0 #ffffff 4x2
26050 0 6
24087 0 #ffffff 7 Days
25716 0 #ffffff 8x4
25399 0 #ffffff A/C (man.)
24388 0 #ffffff ABARTH
26265 0 #ffffff ABS
24389 0 #ffffff AC
24247 0 #ffffff Accord
25485 0 #ffffff Adaptive Cruise Control
24079 0 #ffffff Ads with pictures
24080 0 #ffffff Ads with video
26318 0 #ffffff Air Breaking System
26328 0 #ffffff Alarm System
26274 0 #ffffff All Wheel Drive
25483 0 #ffffff All wheel drive
26294 0 #ffffff Anti-Skid Control (ASR)
26333 0 #ffffff Armrest
25467 0 #ffffff Automatic
25400 0 #ffffff Automatic air conditioning
25402 0 #ffffff Automatic climatisation, 3 zones
25403 0 #ffffff Automatic climatisation, 4 zones
26307 0 #ffffff Automatic Transmission
26070 0 below 32 inches
24639 0 #ffffff BH BIKES
26296 0 #ffffff Bi-Xenon
25507 0 #ffffff Black
25468 0 #ffffff Black
26297 0 #ffffff Blipper
24644 0 #ffffff BMC_BIKES
24409 0 #ffffff BMW
24229 0 #ffffff Boat Trailer
24188 0 #ffffff Box-type delivery van
25471 0 #ffffff Brown
26040 0 #ffffff Buy
25549 0 #ffffff Camera
24179 0 #ffffff Caravan
25583 0 #ffffff Carbon
24192 0 #ffffff Cattle truck
26072 0 #ffffff Chain drive
24139 0 #ffffff City bike
24062 0 #ffffff Classic Vehicle
24108 0 #ffffff Clubbus
24109 0 #ffffff Coaches
24125 0 #ffffff Construction crane
24147 0 #ffffff Container forklift truck
26063 0 #ffffff Continuously variable
25484 0 #ffffff Cruise control
24362 0 #ffffff DAF
24073 0 #ffffff Dealer
23793 0 #ffffff Diesel
25652 0 #ffffff Diesel
23796 0 #ffffff Electric
24115 0 #ffffff Estate Car
23799 0 #ffffff Ethanol (FFV, E85, etc.)
25460 0 #ffffff Euro 7
25450 0 #ffffff Euro1
25451 0 #ffffff Euro2
25452 0 #ffffff Euro3
25453 0 #ffffff Euro4
25455 0 #ffffff Euro6
25456 0 #ffffff Euro6c
25731 0 #ffffff extra long
23789 0 #ffffff Fixed
25083 0 #ffffff FORD_REIMO
25547 0 #ffffff Front
25522 0 #ffffff Front Airbags
25523 0 #ffffff Front and Side Airbags
25481 0 #ffffff Front wheel drive
25514 0 #ffffff Full leather
23864 0 #ffffff Germany
25627 0 #ffffff Girls
25476 0 #ffffff Gold
25738 0 #ffffff H2
25101 0 #ffffff HOMECAR
25621 0 #ffffff Hub gear
23798 0 #ffffff Hydrogen
24082 0 #ffffff Inspection new
25610 0 #ffffff Integrated battery
26059 0 #ffffff Internal gear motor
25564 0 #ffffff Jaguar APPROVED
24306 0 #ffffff KRONE
25658 0 #ffffff L-shaped seating group
25733 0 #ffffff L2
26041 0 #ffffff Leasing
23791 0 #ffffff Leasing only
25705 0 #ffffff Local traffic
25706 0 #ffffff Long distance traffic
25586 0 #ffffff Low step
24318 0 #ffffff MAN
25465 0 #ffffff Manual gearbox
24324 0 #ffffff MERCEDES-BENZ
24181 0 #ffffff Mobile Home
25678 0 #ffffff More than 3
24143 0 #ffffff Mountain bike
23795 0 #ffffff Natural Gas
23803 0 #ffffff New vehicle
23805 0 #ffffff No
23790 0 #ffffff On request
24106 0 #ffffff Other agricultural vehicles
25615 0 #ffffff Panasonic
23792 0 #ffffff Petrol
24074 0 #ffffff Private provider
24112 0 #ffffff Public service vehicle
25475 0 #ffffff Purple
25708 0 #ffffff Push Floor Hydraulic Installation
25482 0 #ffffff Rear wheel drive
25553 0 #ffffff Removable or swiveling
24078 0 #ffffff Rental possible
26057 0 sdsddsds
25694 0 #ffffff Seat conversion bed
25550 0 #ffffff Self-steering systems
25466 0 #ffffff Semi-automatic
24077 0 #ffffff Service book maintained
25479 0 #ffffff Silver
25499 0 #ffffff Sliding door left
24207 0 #ffffff Stake body and tarpaulin
26032 0 StandardTractorAndTrailerUnit
25462 0 #ffffff Trailer coupling fix
25461 0 #ffffff Trailer coupling preparation
25464 0 #ffffff Trailer coupling, detachable
25463 0 #ffffff Trailer coupling, swiveling
23802 0 #ffffff Used vehicle
25477 0 #ffffff White
25384 0 #ffffff WOODFORD
25480 0 #ffffff Yellow
23804 0 #ffffff Yes