SELECT 
  b.variant_name, 
  a.* 
FROM 
  netting_product_option_variants AS a 
  LEFT JOIN netting_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 (39, 26, 41, 40) 
  AND a.status = 'A' 
ORDER BY 
  a.position, 
  a.variant_id

Query time 0.00069

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": 16,
              "filtered": 100,
              "index_condition": "a.option_id in (39,26,41,40) 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": ["pucuda_cscart.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
10' x 15' 181 26 0 4650.000 A 70.000 A 0.000 A A
10' x 30' 182 26 0 9300.000 A 80.000 A 0.000 A A
15' x 15' 183 26 0 6975.000 A 85.000 A 0.000 A A
15' x 20' 184 26 0 9300.000 A 100.000 A 0.000 A A
15' x 25' 185 26 0 11625.000 A 200.000 A 0.000 A A
10' x 15' 255 39 0 6277.500 A 0.000 A 0.000 A A
10' x 30' 256 39 0 12555.000 A 0.000 A 0.000 A A
15' x 15' 257 39 0 9416.250 A 0.000 A 0.000 A A
15' x 20' 258 39 0 12555.000 A 0.000 A 0.000 A A
15' x 25' 259 39 0 15693.750 A 0.000 A 0.000 A A
10' x 15' 260 40 0 3900.000 A 0.000 A 0.000 A A
10' x 30' 261 40 0 7800.000 A 0.000 A 0.000 A A
15' x 15' 262 40 0 5850.000 A 0.000 A 0.000 A A
15' x 20' 263 40 0 7800.000 A 0.000 A 0.000 A A
15' x 25' 264 40 0 9750.000 A 0.000 A 0.000 A A
10' x 15' 265 41 0 5265.000 A 0.000 A 0.000 A A
10' x 30' 266 41 0 10530.000 A 0.000 A 0.000 A A
15' x 15' 267 41 0 7897.500 A 0.000 A 0.000 A A
15' x 20' 268 41 0 10530.000 A 0.000 A 0.000 A A
15' x 25' 269 41 0 13162.500 A 0.000 A 0.000 A A