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 (
    1184, 1495, 601, 190, 201, 1233, 968, 
    103, 1524, 659, 660, 1161, 1188
  ) 
  AND a.status = 'A' 
ORDER BY 
  a.position, 
  a.variant_id

Query time 0.00796

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": 33,
              "filtered": 100,
              "index_condition": "a.option_id in (1184,1495,601,190,201,1233,968,103,1524,659,660,1161,1188) 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
Dây đeo chéo 141 103 0 20000.000 A 0.000 A 0.000 A A
Họa tiết 246 201 0 500000.000 A 0.000 A 0.000 A A
A01 - Đen 904 601 0 0.000 A 0.000 A 0.000 A A
A02 - Nâu cánh gián 905 601 0 0.000 A 0.000 A 0.000 A A
A03 - Nâu socola 910 601 0 0.000 A 0.000 A 0.000 A A
A04 - Nâu đậm 911 601 0 0.000 A 0.000 A 0.000 A A
Phối màu 912 601 0 0.000 A 0.000 A 0.000 A A
Khắc tên 985 201 0 500000.000 A 0.000 A 0.000 A A
1318 660 0 0.000 A 0.000 A 0.000 A A
2826 1161 0 0.000 A 0.000 A 0.000 A A
2900 1184 0 0.000 A 0.000 A 0.000 A A
3198 1233 0 0.000 A 0.000 A 0.000 A A
Gói quà 3919 1495 0 25000.000 A 0.000 A 0.000 A A
1317 660 1 500000.000 A 0.000 A 0.000 A A
Túi to 2287 968 1 20000.000 A 0.000 A 0.000 A A
2825 1161 1 0.000 A 0.000 A 0.000 A A
2899 1184 1 0.000 A 0.000 A 0.000 A A
Khắc tên 2908 1188 1 20000.000 A 0.000 A 0.000 A A
3197 1233 1 0.000 A 0.000 A 0.000 A A
Khắc tên 20K - NAY MIỄN PHÍ 3975 1524 1 0.000 A 0.000 A 0.000 A A
Túi nhỏ 2288 968 2 0.000 A 0.000 A 0.000 A A
Khắc biểu tượng 2909 1188 2 30000.000 A 0.000 A 0.000 A A
Khắc biểu tượng 30K - NAY MIỄN PHÍ 3976 1524 2 0.000 A 0.000 A 0.000 A A
Khắc tên và biểu tượng 2910 1188 3 50000.000 A 0.000 A 0.000 A A
Khắc biểu tượng + tên 50K - NAY MIỄN PHÍ 3977 1524 3 0.000 A 0.000 A 0.000 A A
Không khắc 2911 1188 4 0.000 A 0.000 A 0.000 A A
Không khắc 3978 1524 4 0.000 A 0.000 A 0.000 A A
Họa tiết 235 190 10 500000.000 A 0.000 A 0.000 A A
Không khắc tên 1319 659 10 0.000 A 0.000 A 0.000 A A
Khắc tên 1233 190 20 500000.000 A 0.000 A 0.000 A A
Khắc tên Màu bạc 1314 659 20 500000.000 A 0.000 A 0.000 A A
Khắc tên Màu vàng 1315 659 30 500000.000 A 0.000 A 0.000 A A
Khắc tên Không màu 1316 659 40 500000.000 A 0.000 A 0.000 A A