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 = 62418 
  AND o.option_id = 23861 
  AND v.status = 'A' 
ORDER BY 
  option_name ASC, 
  name ASC

Query time 0.00099

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": 19,
          "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
240589 Barn Red & Black Swirl Cloth 23861 Cords 30 RBS 4 15.000 A 0.00 0.00 Barn Red & Black Swirl Cloth 0 0 6.81 0 1
240585 Black Cloth 23861 Cords 10 CSB 4 10.000 A 0.00 0.00 Black Cloth 0 0 3.66 0 1
240595 Blush Pink Cloth 23861 Cords 22 BPNK 4 10.000 A 0.00 0.00 Blush Pink Cloth 0 0 3.66 0 1
240591 Buttery Yellow Cloth 23861 Cords 40 YLW 4 10.000 A 0.00 0.00 Buttery Yellow Cloth 0 0 3.66 0 1
240604 Confetti Cloth 23861 Cords 23 CNF 4 29.000 A 0.00 0.00 Confetti Cloth 0 0 10.06 0 1
240587 Creme Cloth 23861 Cords 20 CRM 4 10.000 A 0.00 0.00 Creme Cloth 0 0 3.66 0 1
240593 Emerald Green Cloth 23861 Cords 50 EGRN 4 10.000 A 0.00 0.00 Emerald Green Cloth 0 0 3.66 0 1
240594 Fern Green Chevron Cloth 23861 Cords 55 FGRN 4 29.000 A 0.00 0.00 Fern Green Chevron Cloth 0 0 10.06 0 1
243082 Navy Cloth 23861 Cords 75 NVY 4 10.000 A 0.00 0.00 Navy Cloth 0 0 3.66 0 1
240592 Neon Green Cloth 23861 Cords 45 NGRN 4 10.000 A 0.00 0.00 Neon Green Cloth 0 0 3.66 0 1
240590 Orange Cloth 23861 Cords 35 ORG 4 10.000 A 0.00 0.00 Orange Cloth 0 0 3.66 0 1
240605 Please Select 23861 Cords 0 unselected 4 0.000 A 0.00 0.00 0 0 0.00 0 1
243081 Royal Blue Cloth 23861 Cords 70 RBLU 4 10.000 A 0.00 0.00 Royal Blue Cloth 0 0 3.66 0 1
240588 Rust Cloth 23861 Cords 25 RST 4 10.000 A 0.00 0.00 Rust Cloth 0 0 3.66 0 1
243079 Seafoam Cloth 23861 Cords 60 SFM 4 10.000 A 0.00 0.00 Seafoam Cloth 0 0 3.66 0 1
240586 Silver Cloth 23861 Cords 15 SLVR 4 10.000 A 0.00 0.00 Silver Cloth 0 0 3.66 0 1
243080 Sky Blue Cloth 23861 Cords 65 SBLUE 4 10.000 A 0.00 0.00 Sky Blue Cloth 0 0 3.66 0 1
240583 Standard Black 23861 Cords 3 SBK 4 0.000 A 0.00 0.00 Standard Black 0 Damp Location - UL/CSA Listed 0 0.00 0 1
240584 Standard White 23861 Cords 5 SWH 4 5.000 A 0.00 0.00 Standard White 0 0 0.32 0 1