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

Query time 0.00099

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
22644 Color Temperature A 58 (NEW) Color Temperature 0 13 0 0 0 1 0 o 0 1
23878 Exterior Finish View Design File A 10 (NEW!) Finishes - Powder Coat (Exterior Carver) 21015 2 0 0 0 2 0 o 0 {} 1
23879 Interior Finish View Design File A 11 (NEW!) Finishes - Powder Coat (Interior Carver) 0 2 0 0 0 2 0 o 0 {"1":{"type":"ANY","items":[["23878","240818"],["23878","240841"],["23878","240850"],["23878","240837"],["23878","240851"],["23878","240838"],["23878","240839"],["23878","242953"],["23878","242954"],["23878","240840"],["23878","240842"],["23878","240835"],["23878","242955"],["23878","240853"],["23878","240843"],["23878","240836"],["23878","240834"],["23878","240819"],["23878","240824"],["23878","240845"],["23878","240820"],["23878","240846"],["23878","240821"],["23878","240822"],["23878","242952"],["23878","240848"],["23878","240823"],["23878","240825"],["23878","240833"],["23878","240826"],["23878","240827"],["23878","240849"],["23878","240828"],["23878","240829"],["23878","240830"],["23878","240831"],["23878","240832"]]}} 1
24009 Interior Finish View Design File A 11 (NEW) Interior Finish - Carver (Copper Ext.) 21015 3 0 0 0 1 11 o 5 {"1":{"type":"ANY","items":[["23878","242956"]]}} 1
24010 Interior Finish View Design File A 11 (NEW) Interior Finish - Carver (Brass Ext.) 21015 3 0 0 0 1 11 o 5 {"1":{"type":"ANY","items":[["23878","242959"]]}} 1
23880 Lumens A 55 (NEW) Lumens - Carver 0 7 0 0 1 1 0 i 0 1
23864 Shade Size A 2 (NEW) Shade Size - CVR 0 1 0 0 0 1 14 o 1 1
23865 Wood Diffuser A 12 (NEW) Wood Diffuser - Timber + Ore CVR 0 2 0 0 0 1 11 o 5 1