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

Query time 0.00121

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": 18,
          "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
23199 Color Temperature A 58 (NEW) Color Temperature - Line-Up 0 14 0 0 0 1 0 o 0 1
23350 Glass Option A 45 (NEW) Glass Option - Line-Up - NONE 0 10 0 0 0 1 0 o 0 {"1":{"type":"ANY","items":[["23349","234005"]]}} 1
23351 Glass Option A 45 (NEW) Glass Option - Line-Up - WGG 0 10 0 0 0 1 0 o 0 {"1":{"type":"ANY","items":[["23349","234006"]]}} 1
23352 Glass Option A 45 (NEW) Glass Option - Line-Up - CGG 0 10 0 0 0 1 0 o 0 {"1":{"type":"ANY","items":[["23349","234007"]]}} 1
23353 Glass Option A 45 (NEW) Glass Option - Line-Up - TGG 0 10 0 0 0 1 0 o 0 {"1":{"type":"ANY","items":[["23349","234008"]]}} 1
23354 Guard Finish A 48 (NEW) Guard Finish - Line-Up - PC 0 11 0 0 0 1 0 o 0 {"1":{"type":"ANY","items":[["23338","233790"],["23338","233813"],["23338","233795"],["23338","233810"],["23338","233811"],["23338","233812"],["23338","233821"],["23338","233814"],["23338","233808"],["23338","233794"],["23338","233815"],["23338","233816"],["23338","233818"],["23338","233819"],["23338","233817"],["23338","233809"],["23338","233807"],["23338","233791"],["23338","233798"],["23338","233792"],["23338","233793"],["23338","233796"],["23338","233797"],["23338","233799"],["23338","233800"],["23338","233801"],["23338","233802"],["23338","233803"],["23338","233804"],["23338","233805"],["23338","233806"],["23338","236994"],["23338","236995"],["23338","241753"],["23338","241754"],["23338","241755"],["23338","241751"],["23338","241752"]]},"2":{"type":"ANY","items":[["23349","234008"],["23349","234007"],["23349","234006"]]}} 1
23355 Guard Finish A 48 (NEW) Guard Finish - Line-Up - MG 0 11 0 0 0 1 0 o 0 {"2":{"type":"ANY","items":[["23349","234008"],["23349","234007"],["23349","234006"]]},"3":{"type":"ANY","items":[["23338","244982"],["23338","244983"],["23338","244989"],["23338","244984"],["23338","244987"],["23338","244986"],["23338","244985"],["23338","244988"]]}} 1
23349 Guard Option View Design File A 32 (NEW) Guard Option - Line-Up 18468 9 0 0 0 1 11 o 0 1
23339 Heat Sink Finish A 12 (NEW) Heat Sink Finish - Line-Up - PC 0 4 0 0 0 1 11 o 0 {"1":{"type":"ANY","items":[["23338","233790"],["23338","233813"],["23338","233795"],["23338","233810"],["23338","233811"],["23338","233812"],["23338","233821"],["23338","233814"],["23338","233808"],["23338","233794"],["23338","233815"],["23338","233816"],["23338","233818"],["23338","233819"],["23338","233817"],["23338","233809"],["23338","233807"],["23338","233791"],["23338","233798"],["23338","233792"],["23338","233793"],["23338","233796"],["23338","233797"],["23338","233799"],["23338","233800"],["23338","233801"],["23338","233802"],["23338","233803"],["23338","233804"],["23338","233805"],["23338","233806"],["23338","236994"],["23338","236995"],["23338","241753"],["23338","241754"],["23338","241755"],["23338","241751"],["23338","241752"]]}} 1
23340 Heat Sink Finish A 12 (NEW) Heat Sink Finish - Line-Up - MG 0 4 0 0 0 1 11 o 0 {"1":{"type":"ANY","items":[["23338","244982"],["23338","244983"],["23338","244989"],["23338","244984"],["23338","244987"],["23338","244986"],["23338","244985"],["23338","244988"]]}} 1
23389 Lumens A 50 (NEW) Lumens - Line-Up - MIL 0 13 0 0 1 1 0 i 0 1
23357 Mounting Finish A 20 (NEW) Mounting Finish - Line-Up - MG 0 6 0 0 0 1 11 o 0 {"1":{"type":"ANY","items":[["23338","244982"],["23338","244983"],["23338","244989"],["23338","244984"],["23338","244987"],["23338","244986"],["23338","244985"],["23338","244988"]]}} 1
23358 Mounting Finish A 20 (NEW) Mounting Finish - Line-Up - PC & NAT 0 6 0 0 0 1 11 o 0 {"1":{"type":"ANY","items":[["23338","233790"],["23338","233821"],["23338","233809"],["23338","233795"],["23338","233810"],["23338","233811"],["23338","233812"],["23338","233813"],["23338","233807"],["23338","233814"],["23338","233794"],["23338","233808"],["23338","233791"],["23338","236994"],["23338","233792"],["23338","236995"],["23338","233793"],["23338","233796"],["23338","233797"],["23338","233806"],["23338","233798"],["23338","233799"],["23338","233800"],["23338","233801"],["23338","233802"],["23338","233803"],["23338","233804"],["23338","233805"],["23338","241753"],["23338","241754"],["23338","241755"],["23338","241751"],["23338","241752"]]}} 1
23359 Mounting Finish A 20 (NEW) Mounting Finish - Line-Up - PC NO SAS 0 6 0 0 0 1 11 o 0 {"1":{"type":"ANY","items":[["23338","233815"],["23338","233816"],["23338","233818"],["23338","233819"],["23338","233817"]]}} 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
23338 Shade Finish View Design File A 10 (NEW) Finishes - Line-Up 0 3 0 0 0 1 11 o 5 1
23387 Shade Size A 2 (NEW) Shade Size - MIL 0 2 0 0 0 1 14 o 1 1
23345 Support Cable A 49 (NEW) Support Cable - Line-Up 0 12 0 0 1 1 0 i 0 1