SELECT 
  b.variant_name, 
  a.* 
FROM 
  tmall_product_option_variants AS a 
  LEFT JOIN tmall_product_option_variants_descriptions AS b ON b.variant_id = a.variant_id 
  AND b.lang_code = 'en' 
WHERE 
  1 
  AND a.option_id IN (20, 25) 
  AND a.status = 'A' 
ORDER BY 
  a.position, 
  a.variant_id

Query time 0.01053

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost": 0.020118067,
    "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": 5,
              "cost": 0.008095771,
              "filtered": 100,
              "index_condition": "a.option_id in (20,25) 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": ["tmall.a.variant_id", "const"],
          "loops": 5,
          "rows": 1,
          "cost": 0.00884993,
          "filtered": 100,
          "attached_condition": "trigcond(b.lang_code = 'en')"
        }
      }
    ]
  }
}

Result

variant_name variant_id option_id position modifier modifier_type weight_modifier weight_modifier_type point_modifier point_modifier_type status
Batman: Arkham City 152 25 0 0.000 A 0.000 A 0.000 A A
Game Party: In Motion 153 25 0 0.000 A 0.000 A 0.000 A A
Scene It? Bright Lights! 154 25 0 0.000 A 0.000 A 0.000 A A
180 20 0 0.000 A 0.000 A 0.000 A A
179 20 1 52.650 A 0.000 A 0.000 A A