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 = 'de' 
WHERE 
  cscart_product_feature_variants.variant_id IN (
    4, 
    16, 
    15, 
    18, 
    3, 
    17, 
    23, 
    34, 
    37, 
    471, 
    426, 
    143, 
    155, 
    29, 
    514, 
    659, 
    117, 
    12, 
    14, 
    271, 
    249, 
    248, 
    164, 
    217, 
    401, 
    286, 
    520, 
    834, 
    246, 
    310, 
    309, 
    212, 
    523, 
    288, 
    398, 
    379, 
    303, 
    410, 
    411, 
    33, 
    220, 
    445, 
    296, 
    423, 
    441, 
    487, 
    250, 
    547, 
    469, 
    499, 
    561, 
    566, 
    425, 
    568, 
    393, 
    570, 
    612, 
    22, 
    488, 
    578, 
    593, 
    592, 
    594, 
    458, 
    606, 
    609, 
    615, 
    2, 
    613, 
    614, 
    27, 
    797, 
    465, 
    623, 
    622, 
    621, 
    626, 
    627, 
    628, 
    630, 
    565, 
    439, 
    185, 
    639, 
    641, 
    640, 
    775, 
    687, 
    658, 
    724, 
    720, 
    664, 
    676, 
    681, 
    699, 
    705, 
    711, 
    710, 
    709, 
    712, 
    755, 
    736, 
    787, 
    434, 
    417, 
    754, 
    726, 
    760, 
    768, 
    571, 
    769, 
    770, 
    0, 
    774, 
    574, 
    778, 
    725, 
    708, 
    783, 
    784, 
    791, 
    789, 
    804, 
    805, 
    807, 
    816, 
    818, 
    824, 
    823, 
    822, 
    326, 
    832, 
    859, 
    861, 
    862, 
    866, 
    864, 
    879, 
    894, 
    892, 
    163, 
    891, 
    451, 
    881, 
    911, 
    912, 
    418, 
    921, 
    904, 
    865, 
    856, 
    931, 
    938, 
    256, 
    167, 
    902, 
    944, 
    906, 
    927, 
    926, 
    980, 
    677, 
    305, 
    990, 
    989, 
    908, 
    1005, 
    1015, 
    1016, 
    1018, 
    1022, 
    318, 
    1044, 
    799
  ) 
ORDER BY 
  cscart_product_feature_variants.position ASC, 
  udf_NaturalSortFormat(
    cscart_product_feature_variant_descriptions.variant, 
    10, "."
  ) ASC

Query time 0.01468

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost_info": {
      "query_cost": "149.68"
    },
    "ordering_operation": {
      "using_temporary_table": true,
      "using_filesort": true,
      "nested_loop": [
        {
          "table": {
            "table_name": "cscart_product_feature_variants",
            "access_type": "ALL",
            "possible_keys": [
              "PRIMARY"
            ],
            "rows_examined_per_scan": 872,
            "rows_produced_per_join": 174,
            "filtered": "19.95",
            "cost_info": {
              "read_cost": "71.38",
              "eval_cost": "17.40",
              "prefix_cost": "88.78",
              "data_read_per_join": "198K"
            },
            "used_columns": [
              "variant_id",
              "color",
              "position"
            ],
            "attached_condition": "(`dbggbern`.`cscart_product_feature_variants`.`variant_id` in (4,16,15,18,3,17,23,34,37,471,426,143,155,29,514,659,117,12,14,271,249,248,164,217,401,286,520,834,246,310,309,212,523,288,398,379,303,410,411,33,220,445,296,423,441,487,250,547,469,499,561,566,425,568,393,570,612,22,488,578,593,592,594,458,606,609,615,2,613,614,27,797,465,623,622,621,626,627,628,630,565,439,185,639,641,640,775,687,658,724,720,664,676,681,699,705,711,710,709,712,755,736,787,434,417,754,726,760,768,571,769,770,0,774,574,778,725,708,783,784,791,789,804,805,807,816,818,824,823,822,326,832,859,861,862,866,864,879,894,892,163,891,451,881,911,912,418,921,904,865,856,931,938,256,167,902,944,906,927,926,980,677,305,990,989,908,1005,1015,1016,1018,1022,318,1044,799))"
          }
        },
        {
          "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": [
              "dbggbern.cscart_product_feature_variants.variant_id",
              "const"
            ],
            "rows_examined_per_scan": 1,
            "rows_produced_per_join": 174,
            "filtered": "100.00",
            "cost_info": {
              "read_cost": "43.50",
              "eval_cost": "17.40",
              "prefix_cost": "149.68",
              "data_read_per_join": "526K"
            },
            "used_columns": [
              "variant_id",
              "variant",
              "lang_code"
            ]
          }
        }
      ]
    }
  }
}

Result

variant_id position color variant
628 0 10th Anniversary Hatsune Miku
1044 0 18-Pocket Binder
791 0 Acrylic Display Cases
881 0 Aetherdrift
578 0 Alcove-Click
676 0 Altered Gamegenic
613 0 Altered TCG
699 0 Apex Premium Art Sleeves
164 0 Arcane Tinmen
894 0 Archazia’s Island
865 0 Azur Lane
818 0 Azurite Sea
451 0 Bandai
411 0 BASTION
687 0 Batman Art Sleeves
117 0 Battle of Omni BT05
246 0 Beckett
614 0 Beyond The Gates
615 0 Beyond The Gates KS Edition
774 0 Binder Page
571 0 Bloomburrow
379 0 Boulder
561 0 Brushed Art Sleeves
417 0 Bushiroad
434 0 Bushiroad Collection
864 0 Bushiroad Sleeve Collection
310 0 Chapter 1
248 0 Chessex
804 0 Christmas 2024
303 0 Commander Masters
862 0 Commander Series Release 5
805 0 Constellation Series
754 0 D6
859 0 Dark Knight Series
423 0 Deck box
465 0 Deutsch
622 0 Dice
271 0 Digimon
458 0 disney
439 0 Dragon Ball Fusion World
641 0 Dragon Shield Storage Solution
185 0 Dragonball Super
487 0 Druidic
425 0 Dual Matte
725 0 Duskmourn: House of Horrors
906 0 Edge of Eternities
832 0 Elite Series: Pikachu
724 0 FAB TOKENS
944 0 Fabled
469 0 Fallout
305 0 Final Fantasy
902 0 Final Fantasy
217 0 Flesh & Blood
626 0 Flesh and Blood Art Sleeves
398 0 Flip'N'Tray
566 0 Floral Places 2024
1015 0 Freekensmtg
775 0 Gaming Mat
938 0 Gemloader
1022 0 Gothic
784 0 Grand Archive Art Sleeve
807 0 Gremlins
499 0 Heavy Hitters
856 0 Hololive
658 0 Idolmaster Cinderella
892 0 Jump to Lightspeed
514 0 Kartentrenner
778 0 katana
471 0 KMC Card Barrier
592 0 Kraken Wargames
912 0 Life Counter
760 0 Magic Foundation
212 0 magic the gathering
783 0 Mana 8
639 0 Mana-8
908 0 Marvel's Spider-Man
1005 0 Matte Sleeves
574 0 Modern Horizons 3
720 0 Moon Forge
891 0 NewType Rising GD01
834 0 Noname
664 0 Official Shadowverse Sleeves
866 0 Official Sleeve Bandai TCG+ Stores Limited Version 1
799 0 Official Sleeves 6
220 0 One Piece
1018 0 One-Touch
736 0 ONE-TOUCH Edge
445 0 Outer Sleeves
565 0 Outlaws of Thunder Junction
410 0 Paradox Rift
250 0 Phyrexia:AllwillbeOne
143 0 playmat
612 0 Playmat Tube
155 0 Pokemon Company
163 0 PrereleaseKit
789 0 Protecc
309 0 Ravensburger
921 0 Reign of Jafar
606 0 Return To Earth Artist Edition
926 0 Riftbound: League of Legends TCG
441 0 Rise of the Floodborn
708 0 Rosetta
623 0 RPG Dice Set
710 0 Sanctuary
768 0 Secret Lair 2024 Julie Bell
990 0 Secrets of Power
547 0 Security Storage and Travel Suitcase
659 0 Semi Rigid Card Holders
927 0 Set One: Origins
681 0 Shadows of the Galaxy
288 0 Shadowverse:Evolve
705 0 Shimmering Skies
520 0 showcase
769 0 Sidewinder
621 0 Sirius
726 0 Sirius Dice
797 0 Sleeves Version 2.0 2024
709 0 Slipcase Binder
630 0 Soft-rigid-Sleeve
318 0 Sorcery TCG
523 0 Sorting Trays
816 0 Special Edition Red/Gold
1016 0 Spiderman
167 0 Spielwaren
712 0 Spirit Animal Dragon
980 0 Spiritforged
823 0 Squaroe
822 0 Squaroes
824 0 Squaroes DC Justice League
711 0 Squire Plus 100+ XL
426 0 Standard Sleeve
296 0 Star Wars
593 0 Star Wars Unlimited
326 0 storage box
640 0 Storage Drawer
568 0 Supergirl
393 0 Superman
911 0 SV10 Destined Rivals
570 0 Table Playmat
904 0 Tarkir: Dragonstorm
787 0 The Ejsingandr
755 0 Three Color Shard
677 0 Tokens
286 0 toploader
401 0 Toploader
879 0 Trial by Frost
609 0 Ultimate Guard Artist Series
594 0 Ursula's Return
488 0 Vivid Pro-Binder
418 0 Weiss Schwarz
931 0 Whispers from the Maze
989 0 Whispers in the Well
861 0 Wood Snake 2025
249 0 Würfel
627 0 WW2 Dice
256 0 YuGiOh!
770 0 Zipfolio 360
33 2 F&B
2 10 #ffffff Display
15 10 #ffffff Ultra Pro
16 20 Dragonshield
14 20 Englisch
12 30 Booster
17 30 Ultimate Guard
34 40 #ffffff KMC
37 50 #ffffff Gamegenic
4 50 Sleeves
3 60 Deckbox
18 70 #ffffff Ordner
29 75 #ffffff Aufbewahruhngsboxen
27 80 #ffffff Starter Deck
22 120 #ffffff Rucksack
23 130 #ffffff Life Pads