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 (
    1385, 1488, 1489, 1626, 1616, 1617, 1618, 
    1434
  ) 
  AND a.status = 'A' 
ORDER BY 
  a.position, 
  a.variant_id

Query time 0.00204

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": 24,
              "filtered": 100,
              "index_condition": "a.option_id in (1385,1488,1489,1626,1616,1617,1618,1434) 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
3707 1385 0 0.000 A 0.000 A 0.000 A A
3821 1434 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
3706 1385 1 0.000 A 0.000 A 0.000 A A
3820 1434 1 0.000 A 0.000 A 0.000 A A
Màu be 3904 1488 1 0.000 A 0.000 A 0.000 A A
Màu be 3908 1489 1 0.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
Xanh ngọc 3905 1488 2 0.000 A 0.000 A 0.000 A A
Xanh ngọc 3909 1489 2 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
Cam đào 3906 1488 3 0.000 A 0.000 A 0.000 A A
Cam đào 3910 1489 3 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
Hồng sữa 3907 1488 4 0.000 A 0.000 A 0.000 A A
Hồng sữa 3911 1489 4 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
Love 4237 1626 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