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 (
    13506, 13507, 13367, 13368, 13521, 13522, 
    13364
  ) 
  AND a.status = 'A' 
ORDER BY 
  a.position, 
  a.variant_id

Query time 0.00600

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost_info": {
      "query_cost": "98.85"
    },
    "ordering_operation": {
      "using_filesort": true,
      "cost_info": {
        "sort_cost": "33.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": 33,
            "rows_produced_per_join": 33,
            "filtered": "100.00",
            "index_condition": "((`goimagine`.`a`.`option_id` in (13506,13507,13367,13368,13521,13522,13364)) and (`goimagine`.`a`.`status` = 'A'))",
            "cost_info": {
              "read_cost": "32.68",
              "eval_cost": "3.30",
              "prefix_cost": "35.98",
              "data_read_per_join": "1K"
            },
            "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": 33,
            "filtered": "100.00",
            "cost_info": {
              "read_cost": "26.57",
              "eval_cost": "3.30",
              "prefix_cost": "65.85",
              "data_read_per_join": "25K"
            },
            "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
strip (5x56-58inchs) 56667 13364 0 4.500 A 0.000 A 0.000 A A
1/2 yard 56668 13364 0 8.500 A 0.000 A 0.000 A A
1 yard 56669 13364 0 18.500 A 0.000 A 0.000 A A
Strips (5×56-58, inchs) 56673 13367 0 4.500 A 0.000 A 0.000 A A
Pattern #1 56674 13368 0 0.000 A 0.000 A 0.000 A A
Pattern #2 56675 13368 0 0.000 A 0.000 A 0.000 A A
Pattern #4 56676 13368 0 0.000 A 0.000 A 0.000 A A
Pattern #5 56677 13368 0 0.000 A 0.000 A 0.000 A A
1/2 yard 56678 13367 0 8.500 A 0.000 A 0.000 A A
1 yard 56679 13367 0 18.500 A 0.000 A 0.000 A A
Turkey 56680 13368 0 0.000 A 0.000 A 0.000 A A
Strip (5×56-58 inchs) 57103 13506 0 4.500 A 0.000 A 0.000 A A
1/2 yard (18×56-58") 57104 13506 0 8.500 A 0.000 A 0.000 A A
1 yard (36×56-58") 57105 13506 0 18.500 A 0.000 A 0.000 A A
Pattern #H01 57106 13507 0 0.000 A 0.000 A 0.000 A A
Pattern #H02 57107 13507 0 0.000 A 0.000 A 0.000 A A
Pattern #H03 57108 13507 0 0.000 A 0.000 A 0.000 A A
Pattern #H04 57109 13507 0 0.000 A 0.000 A 0.000 A A
Pattern #H05 57110 13507 0 0.000 A 0.000 A 0.000 A A
Pattern #H06 57111 13507 0 0.000 A 0.000 A 0.000 A A
Newborn 57154 13521 0 0.000 A 0.000 A 0.000 A A
0-3 months 57155 13521 0 0.000 A 0.000 A 0.000 A A
3-6 months 57156 13521 0 0.000 A 0.000 A 0.000 A A
6-9 months 57157 13521 0 0.000 A 0.000 A 0.000 A A
9-12 months 57158 13521 0 0.000 A 0.000 A 0.000 A A
12-18 months 57159 13521 0 0.000 A 0.000 A 0.000 A A
18-24 months 57160 13521 0 0.000 A 0.000 A 0.000 A A
2t 57161 13521 0 0.000 A 0.000 A 0.000 A A
3t 57162 13521 0 0.000 A 0.000 A 0.000 A A
Bow only 57163 13522 0 3.500 A 0.000 A 0.000 A A
Top only 57164 13522 0 12.500 A 0.000 A 0.000 A A
Bummie only 57165 13522 0 12.500 A 0.000 A 0.000 A A
Whole set 57166 13522 0 25.000 A 0.000 A 0.000 A A