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

Query time 0.00092

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": 8,
          "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
22944 Canopy A 25 (NEW) Canopy - Standard RLM - LED Stem 0 10 0 0 0 1 11 o 0 {"1":{"type":"ANY","items":[["21948","215743"],["21948","215466"],["21949","215480"],["21949","215484"],["21949","215500"],["21949","215501"],["21949","215502"],["21949","225910"],["21949","215503"],["21949","215504"],["21949","215744"],["21949","215499"],["21949","215485"],["21949","215498"],["21949","215481"],["21949","215488"],["21949","236940"],["21949","215482"],["21949","236941"],["21949","215483"],["21949","215486"],["21949","215487"],["21949","215489"],["21949","215497"],["21949","215490"],["21949","215491"],["21949","215492"],["21949","215493"],["21949","215494"],["21949","215495"],["21949","215496"],["21949","215479"],["22008","216766"],["22008","216791"],["22008","216772"],["22008","216787"],["22008","216788"],["22008","216789"],["22008","225911"],["22008","216790"],["22008","216770"],["22008","216785"],["22008","216771"],["22008","216786"],["22008","216784"],["22008","216767"],["22008","216775"],["22008","236938"],["22008","216768"],["22008","236939"],["22008","216769"],["22008","216773"],["22008","216774"],["22008","216776"],["22008","216783"],["22008","216777"],["22008","216778"],["22008","216779"],["22008","216780"],["22008","216781"],["22008","216782"],["23551","237419"],["23551","237437"],["23551","237424"],["23551","237423"],["23551","237444"],["23551","237443"],["23551","237442"],["23551","237441"],["23551","237440"],["23551","237425"],["23551","237439"],["23551","237438"],["23551","237436"],["23551","237420"],["23551","237427"],["23551","237450"],["23551","237421"],["23551","237451"],["23551","237422"],["23551","237426"],["23551","237428"],["23551","237435"],["23551","237429"],["23551","237430"],["23551","237431"],["23551","237432"],["23551","237433"],["23551","237434"],["23551","237418"]]}} 1
22644 Color Temperature A 58 (NEW) Color Temperature 0 13 0 0 0 1 0 o 0 1
21970 Finishes View Design File A 10 (NEW) Finishes (1) - PC & Limited PTMP 0 2 0 0 0 2 0 o 0 {} 1
22645 LED Lens A 60 (NEW) LED Lens 0 14 0 0 0 1 0 o 0 1
22643 Lumens A 47 (NEW) Lumens - 850-4000 0 12 0 0 1 1 0 i 0 1
23551 Mounting Finish A 20 (NEW) Mounting Finish (1) - PC & Limited PTMP 0 5 0 0 0 1 0 o 0 {} 1
22853 Mounting Options View Stem Design File A 15 (NEW) Mounting Options - Stem - No Flush 0 4 0 0 1 2 0 i 0 1
22032 Shade Size A 2 (NEW) Shade Size - WHS 24-28 0 2 0 0 0 1 0 o 0 1