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 (
    58, 442, 439, 56, 57, 436, 430, 445, 1548, 
    1550, 427, 435
  ) 
  AND a.status = 'A' 
ORDER BY 
  a.position, 
  a.variant_id

Query time 0.00645

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": 17,
              "filtered": 100,
              "index_condition": "a.option_id in (58,442,439,56,57,436,430,445,1548,1550,427,435) 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
Thêm hộp quà bọc vải 75 56 0 100000.000 A 0.000 A 0.000 A A
Thêu tên 76 56 0 200000.000 A 0.000 A 0.000 A A
Thêm hộp quà bọc vải 77 57 0 100000.000 A 0.000 A 0.000 A A
Thêu tên 78 57 0 200000.000 A 0.000 A 0.000 A A
Thêm hộp quà bọc vải 79 58 0 100000.000 A 0.000 A 0.000 A A
Thêu tên 80 58 0 200000.000 A 0.000 A 0.000 A A
Gói quà 520 427 0 20000.000 A 0.000 A 0.000 A A
Gói quà 523 430 0 20000.000 A 0.000 A 0.000 A A
Gói quà 528 435 0 20000.000 A 0.000 A 0.000 A A
Gói quà 529 436 0 20000.000 A 0.000 A 0.000 A A
Gói quà 532 439 0 2000.000 A 0.000 A 0.000 A A
Gói quà 535 442 0 20000.000 A 0.000 A 0.000 A A
Gói quà 538 445 0 20000.000 A 0.000 A 0.000 A A
4032 1548 0 0.000 A 0.000 A 0.000 A A
4036 1550 0 0.000 A 0.000 A 0.000 A A
4031 1548 1 0.000 A 0.000 A 0.000 A A
4035 1550 1 0.000 A 0.000 A 0.000 A A