SELECT 
  b.variant_name, 
  a.* 
FROM 
  product_option_variants AS a 
  LEFT JOIN 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 (2512, 331) 
  AND a.status = 'A' 
ORDER BY 
  a.position, 
  a.variant_id

Query time 0.00259

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost_info": {
      "query_cost": "31.71"
    },
    "ordering_operation": {
      "using_filesort": true,
      "cost_info": {
        "sort_cost": "11.00"
      },
      "nested_loop": [
        {
          "table": {
            "table_name": "a",
            "access_type": "range",
            "possible_keys": [
              "status",
              "option_id",
              "option_id_2"
            ],
            "key": "option_id",
            "used_key_parts": [
              "option_id",
              "status"
            ],
            "key_length": "6",
            "rows_examined_per_scan": 11,
            "rows_produced_per_join": 11,
            "filtered": "100.00",
            "index_condition": "((`goimagine`.`a`.`option_id` in (2512,331)) and (`goimagine`.`a`.`status` = 'A'))",
            "cost_info": {
              "read_cost": "10.14",
              "eval_cost": "1.10",
              "prefix_cost": "11.24",
              "data_read_per_join": "528"
            },
            "used_columns": [
              "variant_id",
              "option_id",
              "position",
              "modifier",
              "modifier_type",
              "weight_modifier",
              "weight_modifier_type",
              "point_modifier",
              "point_modifier_type",
              "status",
              "etsy_variant_id"
            ]
          }
        },
        {
          "table": {
            "table_name": "b",
            "access_type": "eq_ref",
            "possible_keys": [
              "PRIMARY"
            ],
            "key": "PRIMARY",
            "used_key_parts": [
              "variant_id",
              "lang_code"
            ],
            "key_length": "9",
            "ref": [
              "goimagine.a.variant_id",
              "const"
            ],
            "rows_examined_per_scan": 1,
            "rows_produced_per_join": 11,
            "filtered": "100.00",
            "cost_info": {
              "read_cost": "8.37",
              "eval_cost": "1.10",
              "prefix_cost": "20.71",
              "data_read_per_join": "8K"
            },
            "used_columns": [
              "variant_id",
              "lang_code",
              "variant_name"
            ]
          }
        }
      ]
    }
  }
}

Result

variant_name variant_id option_id position modifier modifier_type weight_modifier weight_modifier_type point_modifier point_modifier_type status etsy_variant_id
8.5 inch 1794 331 1 0.000 A 0.000 A 0.000 A A
Navy Blue with Twisted Silver 10903 2512 1 0.000 A 0.000 A 0.000 A A
9 inch 1797 331 2 0.000 A 0.000 A 0.000 A A
Multi-color of White, Purples, Silvers 10904 2512 2 0.000 A 0.000 A 0.000 A A
9.5 inch 1795 331 3 0.000 A 0.000 A 0.000 A A
Tri-colors of Teal, Lt Blue and Purple 10905 2512 3 0.000 A 0.000 A 0.000 A A
10 inch 1796 331 4 0.000 A 0.000 A 0.000 A A
Light Blue 10906 2512 4 0.000 A 0.000 A 0.000 A A
Coral 10907 2512 5 0.000 A 0.000 A 0.000 A A
11 inch 32018 331 5 0.000 A 0.000 A 0.000 A A
All 5 Colors 10908 2512 6 39.000 A 0.000 A 0.000 A A