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 = 'en' 
WHERE 
  1 
  AND a.option_id IN (
    823, 721, 1595, 1405, 1455, 1066, 831, 
    829, 1182, 1269, 1554, 1334, 1327, 1332, 
    1313
  ) 
  AND a.status = 'A' 
ORDER BY 
  a.position, 
  a.variant_id

Query time 0.00954

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 (823,721,1595,1405,1455,1066,831,829,1182,1269,1554,1334,1327,1332,1313) 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 = 'en')"
        }
      }
    ]
  }
}

Result

variant_name variant_id option_id position modifier modifier_type weight_modifier weight_modifier_type point_modifier point_modifier_type status
2562 1066 0 0.000 A 0.000 A 0.000 A A
2896 1182 0 0.000 A 0.000 A 0.000 A A
Standard Gift Box (FREE) 3572 1332 0 0.000 A 0.000 A 0.000 A A
Standard Gift Box (FREE) 3575 1334 0 0.000 A 0.000 A 0.000 A A
Premium gift box with matches 3576 1334 0 30000.000 A 0.000 A 0.000 A A
Premium gift box with Magnet & Hairpin 3577 1334 0 70000.000 A 0.000 A 0.000 A A
Premium gift box with Shocks & Hairpin 3578 1334 0 70000.000 A 0.000 A 0.000 A A
Premium gift box with Elmer Pin & Hairpin 3579 1334 0 70000.000 A 0.000 A 0.000 A A
3759 1405 0 0.000 A 0.000 A 0.000 A A
color combinations 3846 829 0 0.000 A 0.000 A 0.000 A A
Free Message On The Frame 3848 1455 0 0.000 A 0.000 A 0.000 A A
4044 1554 0 0.000 A 0.000 A 0.000 A A
4152 1595 0 0.000 A 0.000 A 0.000 A A
Brown 1549 721 1 0.000 A 0.000 A 0.000 A A
Blue 1876 823 1 0.000 A 0.000 A 0.000 A A
Dark brown 1897 831 1 0.000 A 0.000 A 0.000 A A
2561 1066 1 40000.000 A 0.000 A 0.000 A A
2895 1182 1 308000.000 A 0.000 A 0.000 A A
Custom words or logo engraved 3349 1269 1 0.000 A 0.000 A 0.000 A A
Gift wrapping (FREE) 3521 1313 1 0.000 A 0.000 A 0.000 A A
Matchbox 3556 1327 1 10000.000 A 0.000 A 0.000 A A
4004 1405 1 50000.000 A 0.000 A 0.000 A A
4043 1554 1 0.000 A 0.000 A 0.000 A A
4151 1595 1 0.000 A 0.000 A 0.000 A A
White 1550 721 2 0.000 A 0.000 A 0.000 A A
Custom 1877 823 2 0.000 A 0.000 A 0.000 A A
Light brown 1898 831 2 0.000 A 0.000 A 0.000 A A
Random engraved design 3350 1269 2 0.000 A 0.000 A 0.000 A A
Christmas Hairpin and matchbox 3557 1327 2 30000.000 A 0.000 A 0.000 A A
Christmas magnet (random) 3558 1327 3 30000.000 A 0.000 A 0.000 A A
Engraving image 4098 1269 3 50000.000 A 0.000 A 0.000 A A
Christmas socks (random) 3559 1327 4 30000.000 A 0.000 A 0.000 A A
Christmas Lapel Pin (random) 3570 1327 5 30000.000 A 0.000 A 0.000 A A