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

Query time 0.00143

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
21970 Finishes View Design File A 10 (NEW) Finishes (1) - PC & Limited PTMP 0 2 0 0 0 2 0 o 0 {} 1
22029 Glass Option A 35 (NEW) Glass Option - TGG - PC 0 9 0 0 0 1 0 o 0 {"1":{"type":"ANY","items":[["22028","217141"],["22039","217307"],["22028","217141"]]}} 1
22030 Glass Option A 35 (NEW) Glass Option - CGG - PC 0 9 0 0 0 1 0 o 0 {"1":{"type":"ANY","items":[["22028","217140"],["22039","217306"],["22028","217140"]]}} 1
22031 Glass Option A 35 (NEW) Glass Option - WGG - PC 0 9 0 0 0 1 0 o 0 {"1":{"type":"ANY","items":[["22028","217139"],["22039","217305"],["22028","217139"]]}} 1
22034 Guard Finish A 40 (NEW) Guard Finish - PC & Limited PTMP 0 8 0 0 0 1 0 o 0 {"2":{"type":"ANY","items":[["22039","217306"],["22039","217307"],["22039","217305"],["22028","217140"],["22028","217141"],["22028","217139"],["22706","224924"],["22706","224925"],["22706","224923"],["22659","223931"],["22659","223932"],["22659","223930"]]}} 1
22803 Light Source A 0 (NEW) Light Source - LAR 0 0 1 0 1 1 0 o 0 1
23551 Mounting Finish A 20 (NEW) Mounting Finish (1) - PC & Limited PTMP 0 5 0 0 0 1 0 o 0 {} 1
21947 Mounting Options View Stem Design File A 15 (NEW) Mounting Options - Stem 0 4 0 0 1 2 0 i 0 1
22039 Shade Accessory View Design File A 32 (NEW) Shade Accessory - No Diffuser 0 7 0 0 0 1 11 o 0 1
23889 Shade Size A 2 (NEW) Shade Size - LAR (8"-30") 0 2 0 0 1 1 14 o 1 1
21941 Socket Type A 55 (NEW) Socket Type - GU24 0 11 0 0 0 1 0 o 0 1
22224 Stem Mount Canopy A 22 (NEW) Canopy - Stem 0 6 0 0 0 1 11 o 0 1
22040 Wire Cage Finish A 40 (NEW) Wire Cage Finish - PC & Limited PTMP 0 8 0 0 0 1 0 o 0 {"1":{"type":"ANY","items":[["22039","217304"],["22627","223483"],["22911","228070"],["23010","229808"],["23011","229811"],["22067","217632"],["22254","219399"],["23607","238386"]]}} 1