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 = 'vi' 
WHERE 
  1 
  AND a.option_id IN (
    1616, 1617, 1618, 1626, 1637, 1603, 1604, 
    1605
  ) 
  AND a.status = 'A' 
ORDER BY 
  a.position, 
  a.variant_id

Query time 0.00618

JSON explain

{
  "query_block": {
    "select_id": 1,
    "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"],
              "rows": 23,
              "filtered": 100,
              "index_condition": "a.option_id in (1616,1617,1618,1626,1637,1603,1604,1605) 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": ["dev_db.a.variant_id", "const"],
          "rows": 1,
          "filtered": 100,
          "attached_condition": "trigcond(b.lang_code = 'vi')"
        }
      }
    ]
  }
}

Result

variant_name variant_id option_id position modifier modifier_type weight_modifier weight_modifier_type point_modifier point_modifier_type status
4189 1603 0 0.000 A 0.000 A 0.000 A A
4191 1604 0 0.000 A 0.000 A 0.000 A A
4193 1605 0 0.000 A 0.000 A 0.000 A A
4215 1616 0 0.000 A 0.000 A 0.000 A A
4217 1617 0 0.000 A 0.000 A 0.000 A A
4219 1618 0 0.000 A 0.000 A 0.000 A A
4188 1603 1 30000.000 A 0.000 A 0.000 A A
4190 1604 1 60000.000 A 0.000 A 0.000 A A
4192 1605 1 90000.000 A 0.000 A 0.000 A A
4214 1616 1 80000.000 A 0.000 A 0.000 A A
4216 1617 1 160000.000 A 0.000 A 0.000 A A
4218 1618 1 240000.000 A 0.000 A 0.000 A A
Fairy Garden 4263 1637 1 0.000 A 0.000 A 0.000 A A
Especially for you 4234 1626 2 0.000 A 0.000 A 0.000 A A
Glamour 4264 1637 2 0.000 A 0.000 A 0.000 A A
Happy birthday 4235 1626 3 0.000 A 0.000 A 0.000 A A
Hygge 4265 1637 3 0.000 A 0.000 A 0.000 A A
Thank you 4236 1626 4 0.000 A 0.000 A 0.000 A A
T-Peach 4266 1637 4 0.000 A 0.000 A 0.000 A A
Love 4237 1626 5 0.000 A 0.000 A 0.000 A A
Mimosa 4267 1637 5 0.000 A 0.000 A 0.000 A A
Best wishes 4238 1626 6 0.000 A 0.000 A 0.000 A A
Birthday 4239 1626 7 0.000 A 0.000 A 0.000 A A