SELECT 
  o.option_id as id, 
  i.option_name as name, 
  i.description, 
  i.comment, 
  o.status, 
  o.position, 
  o.alt_name, 
  o.design_file_attachment_id, 
  o.sku_column, 
  o.is_master_option, 
  o.base_variant_id, 
  o.variant_style, 
  o.variant_block_size, 
  o.variant_text_size, 
  o.variant_text_location, 
  o.variant_vertical_spacing, 
  o.visibility, 
  (
    select 
      1
  ) as is_global 
FROM 
  cscart_product_global_option_links as g 
  INNER JOIN cscart_product_options as o 
  INNER JOIN cscart_product_options_descriptions as i 
  INNER JOIN cscart_products as p ON g.option_id = o.option_id 
  AND g.product_id = p.product_id 
  AND g.option_id = i.option_id 
WHERE 
  g.product_id = 62339 
ORDER BY 
  name ASC

Query time 0.00151

JSON explain

{
  "query_block": {
    "select_id": 1,
    "filesort": {
      "sort_key": "i.option_name",
      "temporary_table": {
        "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": "g",
          "access_type": "ref",
          "possible_keys": ["PRIMARY", "product_id"],
          "key": "product_id",
          "key_length": "3",
          "used_key_parts": ["product_id"],
          "ref": ["const"],
          "rows": 11,
          "filtered": 100,
          "using_index": true
        },
        "table": {
          "table_name": "o",
          "access_type": "eq_ref",
          "possible_keys": ["PRIMARY"],
          "key": "PRIMARY",
          "key_length": "3",
          "used_key_parts": ["option_id"],
          "ref": ["cscart_migrate.g.option_id"],
          "rows": 1,
          "filtered": 100
        },
        "table": {
          "table_name": "i",
          "access_type": "ref",
          "possible_keys": ["PRIMARY"],
          "key": "PRIMARY",
          "key_length": "3",
          "used_key_parts": ["option_id"],
          "ref": ["cscart_migrate.g.option_id"],
          "rows": 1,
          "filtered": 100
        }
      }
    }
  }
}

Result

id name description comment status position alt_name design_file_attachment_id sku_column is_master_option base_variant_id variant_style variant_block_size variant_text_size variant_text_location variant_vertical_spacing visibility is_global
22644 Color Temperature A 58 (NEW) Color Temperature 0 13 0 0 0 1 0 o 0 1
23056 Dusk-to-Dawn Photocell A 45 (NEW) Dusk-to-Dawn Photocell - Gooseneck 0 10 0 0 0 1 11 o 0 {} 1
23018 Glass Option A 35 (NEW) Glass Option - Atomic - CGG 0 5 0 0 0 1 0 o 0 {"1":{"type":"ANY","items":[["23015","229897"],["22172","218505"]]}} 1
23019 Glass Option A 35 (NEW) Glass Option - Atomic - TGG 0 5 0 0 0 1 0 o 0 {"1":{"type":"ANY","items":[["23015","229898"],["22172","218506"]]}} 1
23020 Glass Option A 35 (NEW) Glass Option - Atomic - WGG 0 5 0 0 0 1 0 o 0 {"1":{"type":"ANY","items":[["23015","229896"],["22172","218504"]]}} 1
24038 Guard Finish View Design File A 34 (NEW) Guard Finish - MG (Atomic) 0 2 0 0 0 2 0 o 0 {"1":{"type":"ANY","items":[["23052","245591"],["23052","245592"],["23052","245598"],["23052","245593"],["23052","245596"],["23052","245595"],["23052","245594"],["23052","245597"]]}} 1
24040 Guard Finish View Design File A 34 (NEW) Guard Finish - PC (Atomic) 0 2 0 0 0 2 0 o 0 {"1":{"type":"ANY","items":[["23052","230305"],["23052","242158"],["23052","241588"],["23052","230325"],["23052","230326"],["23052","242156"],["23052","242157"],["23052","230327"],["23052","230328"],["23052","230329"],["23052","241589"],["23052","241587"],["23052","230330"],["23052","230324"],["23052","230323"],["23052","230306"],["23052","230312"],["23052","237082"],["23052","230307"],["23052","237083"],["23052","230308"],["23052","230309"],["23052","242155"],["23052","241585"],["23052","230310"],["23052","230311"],["23052","230313"],["23052","230322"],["23052","230314"],["23052","241586"],["23052","230315"],["23052","230316"],["23052","230317"],["23052","230318"],["23052","230319"],["23052","230320"],["23052","230321"]]}} 1
23015 Guard Option A 32 (NEW) Guard Option - Atomic 0 3 0 0 0 1 11 o 0 {} 1
23116 Lumens A 55 (NEW) Lumens - 16.8 0 7 0 0 1 1 0 i 0 1
23052 Mounting & Top Finish View Design File A 10 (NEW) Mounting & Top Finish - Atomic 0 2 0 0 0 2 0 o 0 {} 1
23090 Shade Option A 30 (NEW) Shade Option - Industrial Guard Sconce 0 3 0 0 0 1 0 o 0 1