SELECT 
  v.variant_id as id, 
  d.variant_name as name, 
  o.option_id as option_id, 
  i.option_name as option_name, 
  v.position as position, 
  v.nav_skus, 
  v.image_size, 
  v.modifier, 
  v.modifier_type, 
  v.commercial_modifier, 
  v.commercial_dn, 
  v.extra_details, 
  v.vertical_position, 
  v.separator_label, 
  v.lead_time, 
  v.base_cost, 
  v.same_as_option, 
  v.price_overrides, 
  (
    select 
      1
  ) as is_global 
FROM 
  cscart_product_option_variants as v 
  INNER JOIN cscart_product_option_variants_descriptions as d 
  INNER JOIN cscart_product_global_option_links as o 
  INNER JOIN cscart_product_options_descriptions as i 
  INNER JOIN cscart_products as p ON v.variant_id = d.variant_id 
  AND o.option_id = i.option_id 
  AND o.option_id = v.option_id 
  AND o.product_id = p.product_id 
WHERE 
  p.product_id = 62408 
  AND o.option_id = 21947 
  AND v.status = 'A' 
ORDER BY 
  option_name ASC, 
  name ASC

Query time 0.00077

JSON explain

{
  "query_block": {
    "select_id": 1,
    "filesort": {
      "sort_key": "i.option_name, d.variant_name",
      "temporary_table": {
        "table": {
          "table_name": "o",
          "access_type": "const",
          "possible_keys": ["PRIMARY", "product_id"],
          "key": "PRIMARY",
          "key_length": "6",
          "used_key_parts": ["option_id", "product_id"],
          "ref": ["const", "const"],
          "rows": 1,
          "filtered": 100,
          "using_index": true
        },
        "table": {
          "table_name": "p",
          "access_type": "const",
          "possible_keys": ["PRIMARY"],
          "key": "PRIMARY",
          "key_length": "3",
          "used_key_parts": ["product_id"],
          "ref": ["const"],
          "rows": 1,
          "filtered": 100,
          "using_index": true
        },
        "table": {
          "table_name": "i",
          "access_type": "ref",
          "possible_keys": ["PRIMARY"],
          "key": "PRIMARY",
          "key_length": "3",
          "used_key_parts": ["option_id"],
          "ref": ["const"],
          "rows": 1,
          "filtered": 100
        },
        "table": {
          "table_name": "v",
          "access_type": "ref",
          "possible_keys": ["PRIMARY", "option_id", "option_id_2", "status"],
          "key": "option_id",
          "key_length": "6",
          "used_key_parts": ["option_id", "status"],
          "ref": ["const", "const"],
          "rows": 13,
          "filtered": 100,
          "index_condition": "v.`status` = 'A'"
        },
        "table": {
          "table_name": "d",
          "access_type": "ref",
          "possible_keys": ["PRIMARY"],
          "key": "PRIMARY",
          "key_length": "3",
          "used_key_parts": ["variant_id"],
          "ref": ["cscart_migrate.v.variant_id"],
          "rows": 1,
          "filtered": 100
        }
      }
    }
  }
}

Result

id name option_id option_name position nav_skus image_size modifier modifier_type commercial_modifier commercial_dn extra_details vertical_position separator_label lead_time base_cost same_as_option price_overrides is_global
238868 12" Stem - ½" Diameter 21947 Mounting Options 10 ST512 3 3.000 A 0.00 0.00 0 0 0.56 0 1
215454 12" Stem - ¾" Diameter 21947 Mounting Options 15 ST712 3 4.000 A 0.00 0.00 0 0 0.92 0 1
238869 18" Stem - ½" Diameter 21947 Mounting Options 20 ST518 3 5.000 A 0.00 0.00 0 0 1.12 0 1
215456 18" Stem - ¾" Diameter 21947 Mounting Options 25 ST718 3 7.000 A 0.00 0.00 0 0 1.67 0 1
238870 24" Stem - ½" Diameter 21947 Mounting Options 30 ST524 3 7.000 A 0.00 0.00 0 0 1.69 0 1
215458 24" Stem - ¾" Diameter 21947 Mounting Options 35 ST724 3 10.000 A 0.00 0.00 0 0 2.41 0 1
238871 36" Stem - ½" Diameter 21947 Mounting Options 40 ST536 3 12.000 A 0.00 0.00 0 0 2.81 0 1
215460 36" Stem - ¾" Diameter 21947 Mounting Options 45 ST736 3 16.000 A 0.00 0.00 0 0 3.90 0 1
238872 48" Stem - ½" Diameter 21947 Mounting Options 50 ST548 3 16.000 A 0.00 0.00 0 0 3.93 0 1
215462 48" Stem - ¾" Diameter 21947 Mounting Options 55 ST748 3 22.000 A 0.00 0.00 0 0 5.39 0 1
238867 6" Stem - ½" Diameter 21947 Mounting Options 3 ST506 3 0.000 A 0.00 0.00 0 0 0.00 0 1
215452 6" Stem - ¾" Diameter 21947 Mounting Options 5 ST706 3 1.000 A 0.00 0.00 0 0 0.18 0 1
220172 Please Select 21947 Mounting Options 0 skip 4 0.000 A 0.00 0.00 0 0 0.00 0 1