SELECT 
  b.variant_name, 
  a.* 
FROM 
  cscart_product_option_variants AS a 
  LEFT JOIN cscart_product_option_variants_descriptions AS b ON b.variant_id = a.variant_id 
  AND b.lang_code = 'de' 
WHERE 
  1 
  AND a.option_id IN (4, 21) 
  AND a.status = 'A' 
ORDER BY 
  a.position, 
  a.variant_id

Query time 0.00032

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost": 0.050240031,
    "nested_loop": [
      {
        "read_sorted_file": {
          "filesort": {
            "sort_key": "a.position, a.variant_id",
            "table": {
              "table_name": "a",
              "access_type": "range",
              "possible_keys": ["status", "option_id", "option_id_2"],
              "key": "option_id",
              "key_length": "6",
              "used_key_parts": ["option_id", "status"],
              "loops": 1,
              "rows": 16,
              "cost": 0.0216164,
              "filtered": 100,
              "index_condition": "a.option_id in (4,21) and a.`status` = 'A'"
            }
          }
        }
      },
      {
        "table": {
          "table_name": "b",
          "access_type": "eq_ref",
          "possible_keys": ["PRIMARY"],
          "key": "PRIMARY",
          "key_length": "9",
          "used_key_parts": ["variant_id", "lang_code"],
          "ref": ["u428615623_ecartifygonje.a.variant_id", "const"],
          "loops": 16,
          "rows": 1,
          "cost": 0.01840704,
          "filtered": 100,
          "attached_condition": "trigcond(b.lang_code = 'de')"
        }
      }
    ]
  }
}

Result

variant_name variant_id option_id position modifier modifier_type weight_modifier weight_modifier_type point_modifier point_modifier_type status
Peanuts 9 4 10 0.000 A 0.000 A 0.000 A A
Peanuts 98 21 10 0.000 A 0.000 A 0.000 A A
Almonds 10 4 20 0.000 A 0.000 A 0.000 A A
Almonds 99 21 20 0.000 A 0.000 A 0.000 A A
Sesame 11 4 30 0.000 A 0.000 A 0.000 A A
Sesame 100 21 30 0.000 A 0.000 A 0.000 A A
Peacans 12 4 40 0.000 A 0.000 A 0.000 A A
Peacans 101 21 40 0.000 A 0.000 A 0.000 A A
Macadamia 13 4 50 0.000 A 0.000 A 0.000 A A
Macadamia 102 21 50 0.000 A 0.000 A 0.000 A A
Hazelnut 14 4 60 0.000 A 0.000 A 0.000 A A
Hazelnut 103 21 60 0.000 A 0.000 A 0.000 A A
Pistachios 15 4 70 0.000 A 0.000 A 0.000 A A
Pistachios 104 21 70 0.000 A 0.000 A 0.000 A A
Trail Mix 16 4 80 0.000 A 0.000 A 0.000 A A
Trail Mix 105 21 80 0.000 A 0.000 A 0.000 A A