SELECT 
  q_product_feature_variants.variant_id, 
  q_product_feature_variants.position, 
  q_product_feature_variants.color, 
  q_product_feature_variant_descriptions.variant 
FROM 
  q_product_feature_variants 
  LEFT JOIN q_product_feature_variant_descriptions ON q_product_feature_variants.variant_id = q_product_feature_variant_descriptions.variant_id 
  AND q_product_feature_variant_descriptions.lang_code = 'en' 
WHERE 
  q_product_feature_variants.variant_id IN (
    183, 
    211, 
    229, 
    237, 
    242, 
    5862, 
    5910, 
    5913, 
    5916, 
    6010, 
    6011, 
    6153, 
    6439, 
    6533, 
    6536, 
    6539, 
    6541, 
    6542, 
    6548, 
    6550, 
    6551, 
    6553, 
    6555, 
    6556, 
    6557, 
    6559, 
    6562, 
    6564, 
    6567, 
    6568, 
    6570, 
    6572, 
    6578, 
    6580, 
    6581, 
    6582, 
    6584, 
    6587, 
    6589, 
    6590, 
    6592, 
    6594, 
    6597, 
    6600, 
    6610, 
    6613, 
    6617, 
    6618, 
    6621, 
    6622, 
    6625, 
    6627, 
    6628, 
    6629, 
    6630, 
    6634, 
    6635, 
    6636, 
    6637, 
    6638, 
    6641, 
    6642, 
    6645, 
    6646, 
    6650, 
    6651, 
    6653, 
    6654, 
    6657, 
    6659, 
    6664, 
    6666, 
    6667, 
    6669, 
    6672, 
    6674, 
    6675, 
    6676, 
    6679, 
    6682, 
    6688, 
    6690, 
    6691, 
    6693, 
    6695, 
    6718, 
    6719, 
    6720, 
    6721, 
    6724, 
    6727, 
    6729, 
    6732, 
    6734, 
    6735, 
    6736, 
    6746, 
    6748, 
    6751, 
    6753, 
    6755, 
    6757, 
    6765, 
    6827, 
    6840, 
    6861, 
    6866, 
    6867, 
    6868, 
    6872, 
    6874, 
    6876, 
    6878, 
    6879, 
    6884, 
    6889, 
    6892, 
    6896, 
    6900, 
    6901, 
    6910, 
    6915, 
    6922, 
    6924, 
    6926, 
    6928, 
    6934, 
    6936, 
    6938, 
    6941, 
    6943, 
    6945, 
    6946, 
    6947, 
    6948, 
    6949, 
    6951, 
    6953, 
    6956, 
    6958, 
    6959, 
    6960, 
    6966, 
    6996, 
    7002, 
    7005, 
    7009, 
    7010, 
    7013, 
    7014, 
    7029, 
    7034, 
    7037, 
    7040, 
    7047, 
    7051, 
    7053, 
    7063, 
    7064, 
    7065, 
    7069, 
    7075, 
    7077, 
    7105, 
    7107, 
    7111, 
    7117, 
    7118, 
    7120, 
    7123, 
    7125, 
    7129, 
    7131, 
    7133, 
    7136, 
    7140, 
    7142, 
    7148, 
    7151, 
    7152, 
    7153, 
    7154, 
    7157, 
    7158, 
    7177, 
    7181, 
    7182, 
    7187, 
    7190, 
    7191, 
    7192, 
    7193, 
    7194, 
    7197, 
    7198, 
    7199, 
    7201, 
    7202, 
    7203, 
    7204, 
    7207, 
    7208, 
    7210, 
    7226, 
    7233, 
    7234, 
    7238, 
    7242, 
    7243, 
    7244, 
    7246, 
    7249, 
    7251, 
    7253, 
    7263, 
    7264, 
    7265, 
    7266, 
    7282, 
    7284, 
    7287, 
    7288, 
    7291, 
    7295, 
    7297, 
    7300, 
    7301, 
    7302, 
    7457, 
    7613, 
    7617, 
    7652, 
    7837, 
    7850, 
    8815, 
    9263, 
    9267, 
    9268, 
    9270, 
    9290, 
    9300, 
    9621, 
    9745
  ) 
ORDER BY 
  q_product_feature_variants.position ASC, 
  q_product_feature_variant_descriptions.variant ASC

Query time 0.00365

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost_info": {
      "query_cost": "874.81"
    },
    "ordering_operation": {
      "using_temporary_table": true,
      "using_filesort": true,
      "nested_loop": [
        {
          "table": {
            "table_name": "q_product_feature_variants",
            "access_type": "range",
            "possible_keys": [
              "PRIMARY"
            ],
            "key": "PRIMARY",
            "used_key_parts": [
              "variant_id"
            ],
            "key_length": "3",
            "rows_examined_per_scan": 243,
            "rows_produced_per_join": 243,
            "filtered": "100.00",
            "index_condition": "(`portal`.`q_product_feature_variants`.`variant_id` in (183,211,229,237,242,5862,5910,5913,5916,6010,6011,6153,6439,6533,6536,6539,6541,6542,6548,6550,6551,6553,6555,6556,6557,6559,6562,6564,6567,6568,6570,6572,6578,6580,6581,6582,6584,6587,6589,6590,6592,6594,6597,6600,6610,6613,6617,6618,6621,6622,6625,6627,6628,6629,6630,6634,6635,6636,6637,6638,6641,6642,6645,6646,6650,6651,6653,6654,6657,6659,6664,6666,6667,6669,6672,6674,6675,6676,6679,6682,6688,6690,6691,6693,6695,6718,6719,6720,6721,6724,6727,6729,6732,6734,6735,6736,6746,6748,6751,6753,6755,6757,6765,6827,6840,6861,6866,6867,6868,6872,6874,6876,6878,6879,6884,6889,6892,6896,6900,6901,6910,6915,6922,6924,6926,6928,6934,6936,6938,6941,6943,6945,6946,6947,6948,6949,6951,6953,6956,6958,6959,6960,6966,6996,7002,7005,7009,7010,7013,7014,7029,7034,7037,7040,7047,7051,7053,7063,7064,7065,7069,7075,7077,7105,7107,7111,7117,7118,7120,7123,7125,7129,7131,7133,7136,7140,7142,7148,7151,7152,7153,7154,7157,7158,7177,7181,7182,7187,7190,7191,7192,7193,7194,7197,7198,7199,7201,7202,7203,7204,7207,7208,7210,7226,7233,7234,7238,7242,7243,7244,7246,7249,7251,7253,7263,7264,7265,7266,7282,7284,7287,7288,7291,7295,7297,7300,7301,7302,7457,7613,7617,7652,7837,7850,8815,9263,9267,9268,9270,9290,9300,9621,9745))",
            "cost_info": {
              "read_cost": "534.61",
              "eval_cost": "48.60",
              "prefix_cost": "583.21",
              "data_read_per_join": "277K"
            },
            "used_columns": [
              "variant_id",
              "color",
              "position"
            ]
          }
        },
        {
          "table": {
            "table_name": "q_product_feature_variant_descriptions",
            "access_type": "eq_ref",
            "possible_keys": [
              "PRIMARY"
            ],
            "key": "PRIMARY",
            "used_key_parts": [
              "variant_id",
              "lang_code"
            ],
            "key_length": "9",
            "ref": [
              "portal.q_product_feature_variants.variant_id",
              "const"
            ],
            "rows_examined_per_scan": 1,
            "rows_produced_per_join": 243,
            "filtered": "100.00",
            "cost_info": {
              "read_cost": "243.00",
              "eval_cost": "48.60",
              "prefix_cost": "874.81",
              "data_read_per_join": "734K"
            },
            "used_columns": [
              "variant_id",
              "variant",
              "lang_code"
            ]
          }
        }
      ]
    }
  }
}

Result

variant_id position color variant
7613 0 Generic
7837 0 Godox
7850 0 PGYTECH
6594 0 4M
7266 0 505 Games
6688 0 88 Unlimited
6610 0 Aeromax
6629 0 aGreatLife
7118 0 Aitoh
6556 0 Amav Toys
7238 0 America's Finest
6672 0 Angry Birds
6641 0 App Toyz
7131 0 Artist
7040 0 Arto
6943 0 Asmodee
6928 0 Atlas Model Railroad
6676 0 Aurora
7014 0 Baby Alive
6748 0 Bachmann Trains
5910 0 Bandai
7244 0 Bandai Hobby
6533 0 Barbie
7194 0 Batman
6718 0 Bburago
7029 0 Beadalon
6896 0 Bendon
7652 0 Bestway
6947 0 Bicycle
6627 0 BIHRTC
7148 0 Bistro
6580 0 BLACK+DECKER
7123 0 Blue Hills Studio
6910 0 Bottle Caps
6746 0 BQLZR RC
6934 0 Bright Minds
6736 0 Bruder Toys
9267 0 Bulbasaur
9270 0 Caillou
7053 0 CalCastle Craft
6630 0 Cardinal
6936 0 Catan Studios
6654 0 Cido
6542 0 Cnaccasu
7204 0 Collecta
7065 0 ColorFul Art Co
7251 0 Colorix
6621 0 Coogam
6884 0 Cool Maker
7152 0 CottageCutz
7153 0 Crafter's Companion
6570 0 Crayola
6866 0 Creatology
7187 0 Cricut
6876 0 Darice
6879 0 Dazzling Toys
7047 0 Dcwv
6996 0 DecoArt
7034 0 DecoArt
7192 0 Despicable Me
229 0 Disney
9300 0 Doraemon
6922 0 DreambuilderToy
7010 0 Dritz
6584 0 Durherm
6946 0 Eeboo
7263 0 Electronic Arts
6732 0 Ertl Collectibles
7037 0 Essential Stencil
7136 0 Fantastix
7282 0 Fascinations
6868 0 Fashion Angels
7300 0 Firefly
6439 0 Fisher Price
6734 0 Flight Miniatures
6634 0 Frozen
6613 0 Fun Express
7203 0 Funko
7208 0 G.I. Joe
6874 0 Galt
183 0 Generic
6578 0 Gift Item
6553 0 Glantop
6650 0 Glitzi Globes
7226 0 Golden
7234 0 Good Smile
6536 0 Goodqueen
7177 0 Grafix
6690 0 Greenbier International, Inc.
6597 0 Greenbrier
6645 0 Griffin Technology
7157 0 Grumbacher
7242 0 Gund
242 0 Hasbro
6667 0 Hedstrom
6956 0 Hero Arts
5916 0 Hobby Boss
6721 0 Hot Wheels
6657 0 Hugfun
7120 0 iCraft
7154 0 Idea-ology
6011 0 Infantino
7617 0 Intex
7233 0 Jacobson Hat Company
7243 0 Jay At Play
6153 0 Jie Star
6559 0 Jmday
6901 0 Jojo
7140 0 Kaisercraft
6953 0 Kalolary
6592 0 Kandy Toys
6666 0 Kelly Toy
7284 0 Kicko
6617 0 kid-fun
7190 0 Kidrobot
6646 0 KiiToys
6729 0 Kinsmart
6720 0 Kole
7264 0 Konami
6765 0 Kotobukiya
6548 0 Lalaloopsy Girls
6915 0 Lawn Fawn
7075 0 Lawn Fawn
6638 0 Learning Journey
6948 0 Lego
6651 0 Liberty Imports
6550 0 Little Mommy
6567 0 Loftus
6892 0 Lollipop Labels
7077 0 Mambi
237 0 Marvel
7125 0 Marvy Uchida
9263 0 Mascot
6719 0 Matchbox
6628 0 Mattel
7133 0 MBI
6966 0 Me & My Big Ideas
6926 0 Meccano
6949 0 Mega Bloks
6900 0 Melissa & Doug
6581 0 Melissa & Doug
7107 0 Milliput
6618 0 MindWare
6755 0 ModelToyCars
6861 0 Monster High
6751 0 Motor Max
7142 0 Mr. Sketch
6551 0 My Little Pony
7191 0 National Geographic
7288 0 NECA
6635 0 Nickelodeon
6679 0 Nickelodeon
6959 0 Ohuhu
9268 0 oublestar LLC
6572 0 Owi
7199 0 Pac-Man
7295 0 Papo
6735 0 Paw Patrol
6924 0 Paw Patrol
7063 0 Perler
8815 0 Pj Mask
6637 0 Play Visions
6872 0 Play-Doh
7297 0 Playmobil
6951 0 PLAYMOBIL
6600 0 Playskool
6664 0 Pokemon
6827 0 Power Rangers
7457 0 pqube
7064 0 Prophila Collection
9745 0 Qixels
6889 0 Quartet
7291 0 Revolmini
7105 0 Royal & Langnickel
7129 0 ROYAL BRUSH
6010 0 Rubik's
7302 0 Safari Ltd.
6691 0 Schleich
7002 0 Sculpt Pro
6562 0 Sealive
6945 0 SET Enterprises
9290 0 Sharpie
6622 0 Shengshou
6840 0 Shopkins
6958 0 Shuohu
7111 0 Silhouette
7301 0 Simba
6555 0 Single Mom
6757 0 Skyrocket Toys
7249 0 Smiffy's
6539 0 SODIAL(R)
6541 0 Sophia's
7005 0 Soucolor
7151 0 Spellbinders
6669 0 SpyX
6659 0 Squishable
7013 0 Stampers Anonymous
6878 0 Star Wars
7051 0 Strathmore
7069 0 Styrofoam
6636 0 SunsOut
6557 0 SuxiDi
7181 0 sweet Tooth
6727 0 Takara Tomy
6642 0 Tamiya Models
7265 0 Tecmo Koei
6589 0 Thames & Kosmos
7287 0 The Walking Dead
7198 0 Thor
7207 0 Thunderbirds
6568 0 THY COLLECTIBLES
7117 0 Tombow
6564 0 TOOGOO
6724 0 Toy State
7210 0 Toynami
6590 0 Toyov
7253 0 Toys R Us
7197 0 Transformers
5913 0 Trumpeter
7009 0 Tulip
6682 0 TY
6582 0 Ubooly
5862 0 Unbranded
6960 0 Unlimited Cellular
9621 0 Uno
7202 0 US Toy
7158 0 Vintaj Patinas
6587 0 VTech
6675 0 Webkinz
6753 0 Welly
6938 0 Wholesale Chess
6674 0 Wild Republic
6695 0 Windy City Novelties
6867 0 Winsor & Newton
7182 0 Winsor & Newton
6653 0 WLtoys
7193 0 WWE
211 0 Xiaomi
6625 0 YKL World
7246 0 Yoctosun
6941 0 Z-Man Games
6693 0 Zeekio
7201 0 Zoofy International