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 (
    1560, 1580, 1182, 1079, 1542, 1385, 833, 
    1444, 831, 829, 1411
  ) 
  AND a.status = 'A' 
ORDER BY 
  a.position, 
  a.variant_id

Query time 0.00143

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": 20,
              "filtered": 100,
              "index_condition": "a.option_id in (1560,1580,1182,1079,1542,1385,833,1444,831,829,1411) 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
2896 1182 0 0.000 A 0.000 A 0.000 A A
3707 1385 0 0.000 A 0.000 A 0.000 A A
3771 1411 0 0.000 A 0.000 A 0.000 A A
Miễn phí viết thông điệp trên tranh 3837 1444 0 0.000 A 0.000 A 0.000 A A
Màu hoa chủ đạo theo yêu cầu 3846 829 0 0.000 A 0.000 A 0.000 A A
4019 1542 0 0.000 A 0.000 A 0.000 A A
4054 1560 0 0.000 A 0.000 A 0.000 A A
Thiệp hoa (ngẫu nhiên theo mùa) 4100 1079 0 40000.000 A 0.000 A 0.000 A A
Giấy craft hoa khô 4105 1580 0 49000.000 A 0.000 A 0.000 A A
Giấy craft tag vải 4106 1580 0 79000.000 A 0.000 A 0.000 A A
Đậm 1897 831 1 0.000 A 0.000 A 0.000 A A
Size S 1901 833 1 0.000 A 0.000 A 0.000 A A
2895 1182 1 308000.000 A 0.000 A 0.000 A A
3706 1385 1 0.000 A 0.000 A 0.000 A A
3770 1411 1 40000.000 A 0.000 A 0.000 A A
4018 1542 1 40000.000 A 0.000 A 0.000 A A
4053 1560 1 0.000 A 0.000 A 0.000 A A
Nhạt 1898 831 2 0.000 A 0.000 A 0.000 A A
Size M 1902 833 2 100000.000 A 0.000 A 0.000 A A
Size L 1903 833 3 220000.000 A 0.000 A 0.000 A A