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

Query time 0.00094

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": 13,
          "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
22277 Brass Hex Cover A 27 (NEW) Brass Hex Cover - Flat RLM 0 10 0 0 0 1 0 o 0 {"1":{"type":"ANY","items":[["22042","217418"],["22042","217419"]]}} 1
22246 Bulbs A 60 (NEW) Green Creative Bulbs 0 0 0 0 0 1 11 o -5 {} 1
22278 Ceiling Canopy Finish View Design File A 30 (NEW) Ceiling Canopy Finish - Flat RLM - MG 0 5 0 0 0 1 0 o 0 {"1":{"type":"ANY","items":[["22042","244918"],["22042","244919"],["22042","244925"],["22042","244920"],["22042","244923"],["22042","244922"],["22042","244921"],["22042","244924"]]}} 1
22279 Ceiling Canopy Finish View Design File A 30 (NEW) Ceiling Canopy Finish - Flat RLM - PC & NAT 0 5 0 0 0 1 0 o 0 {"1":{"type":"ANY","items":[["22042","217391"],["22042","217409"],["22042","217396"],["22042","217410"],["22042","217411"],["22042","217412"],["22042","217413"],["22042","217407"],["22042","217414"],["22042","217395"],["22042","217415"],["22042","217416"],["22042","217418"],["22042","217419"],["22042","217408"],["22042","217392"],["22042","219829"],["22042","217393"],["22042","217394"],["22042","217397"],["22042","217398"],["22042","217406"],["22042","217399"],["22042","217400"],["22042","217401"],["22042","217402"],["22042","217403"],["22042","217404"],["22042","217405"],["22042","217417"],["22042","225914"],["23164","231601"],["23164","231600"],["23164","231597"],["23164","231596"],["23164","231598"],["23164","231585"],["23164","231599"],["23164","231611"],["23164","231602"],["23164","231607"],["23164","231605"],["23164","231608"],["23164","231606"],["23164","231604"],["23164","231584"],["23164","231603"],["23164","231595"],["23164","231586"],["23164","231583"],["23164","231581"],["23164","231582"],["23164","231609"],["23164","231591"],["23164","231592"],["23164","231593"],["23164","231594"],["23164","231587"],["23164","231588"],["23164","231589"],["23164","231590"],["23164","231580"],["23164","236930"],["23164","236931"],["22042","236870"],["22042","236871"],["22042","241060"],["22042","241061"],["22042","241062"],["22042","241058"],["22042","241059"],["22042","245302"],["22042","245303"],["22042","245304"],["22042","245301"]]}} 1
22163 Copper Hex Cover A 27 (NEW) Copper Hex Cover - Flat RLM 0 10 0 0 0 1 0 o 0 {"1":{"type":"ANY","items":[["22042","217417"],["22042","217416"],["22042","217415"]]}} 1
23857 Cord Length A 14 (NEW) Cord Length 0 5 0 0 1 1 0 i 0 1
23858 Cords View Cord Design File A 15 (NEW) Cords - 7ft 0 3 0 0 0 1 8 o 0 {"1":{"type":"ANY","items":[["23857","240506"]]}} 1
23859 Cords View Cord Design File A 15 (NEW) Cords - 12ft 0 3 0 0 0 1 8 o 0 {"1":{"type":"ANY","items":[["23857","240508"]]}} 1
23860 Cords View Cord Design File A 15 (NEW) Cords - 20ft 0 3 0 0 0 1 8 o 0 {"1":{"type":"ANY","items":[["23857","240509"]]}} 1
22307 Light Source A 0 (NEW) Light Source - SBS 0 0 1 0 1 1 0 i 0 1
22042 Shade Finish View Design File A 10 (NEW) Finishes - Flat RLM 0 3 0 0 0 1 0 o 5 1
22305 Shade Size A 2 (NEW) Shade Size - SBS 0 2 0 0 0 1 14 o 1 1
21941 Socket Type A 55 (NEW) Socket Type - GU24 0 11 0 0 0 1 0 o 0 1