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 = 62420 
ORDER BY 
  name ASC

Query time 0.00107

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": 9,
          "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
22869 Cap Option A 23 (NEW) Cap Option - PC Australia Flush 0 7 0 0 0 1 0 o 0 {"1":{"type":"ANY","items":[["22933","228348"],["22933","228373"],["22933","228369"],["22933","228370"],["22933","228376"],["22933","228371"],["22933","228372"],["22933","228353"],["22933","228352"],["22933","228368"],["22933","228367"],["22933","228349"],["22933","228357"],["22933","228350"],["22933","228351"],["22933","228354"],["22933","228374"],["22933","228355"],["22933","228356"],["22933","228358"],["22933","228366"],["22933","228359"],["22933","228360"],["22933","228361"],["22933","228362"],["22933","228363"],["22933","228364"],["22933","228365"],["22933","237238"],["22933","237239"],["22933","242031"],["22933","242032"],["22933","242033"],["22933","242029"],["22933","242030"]]}} 1
22870 Cap Option A 23 (NEW) Cap Option - COP Australia Flush 0 7 0 0 0 1 0 o 0 {"1":{"type":"ANY","items":[["22933","228378"],["22933","228379"],["22933","228380"]]}} 1
22871 Cap Option A 23 (NEW) Cap Option - BRS Australia Flush 0 7 0 0 0 1 0 o 0 {"1":{"type":"ANY","items":[["22933","228381"],["22933","228382"]]}} 1
22644 Color Temperature A 58 (NEW) Color Temperature 0 13 0 0 0 1 0 o 0 1
22852 Glass Option A 40 (NEW) Glass Option - Australia 0 9 0 0 0 1 0 o 0 {} 1
22872 Guard Finish A 35 (NEW) Guard Finish - Australia 0 8 0 0 0 1 0 o 0 {} 1
23116 Lumens A 55 (NEW) Lumens - 16.8 0 7 0 0 1 1 0 i 0 1
22933 Shade & Canopy Finish View Design File A 10 (NEW) Finishes - Australia (Flush) 0 3 0 0 0 1 0 o 0 1
22858 Shade Size A 2 (NEW) Shade Size - ULM 0 2 0 0 0 1 14 o 1 1