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

Query time 0.00110

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": 11,
          "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
23030 Glass Option A 35 (NEW) Glass Option - Atomic - CGG x 5 0 5 0 0 0 1 0 o 0 {"1":{"type":"ANY","items":[["23015","229897"]]}} 1
23031 Glass Option A 35 (NEW) Glass Option - Atomic - TGG x 5 0 5 0 0 0 1 0 o 0 {"1":{"type":"ANY","items":[["23015","229898"]]}} 1
23032 Glass Option A 35 (NEW) Glass Option - Atomic - WGG x 5 0 5 0 0 0 1 0 o 0 {"1":{"type":"ANY","items":[["23015","229896"]]}} 1
24039 Guard Finish View Design File A 34 (NEW) Guard Finish - MG (Static) 0 2 0 0 0 2 0 o 0 {"1":{"type":"ANY","items":[["23014","245511"],["23014","245512"],["23014","245518"],["23014","245513"],["23014","245516"],["23014","245515"],["23014","245514"],["23014","245517"]]}} 1
24041 Guard Finish View Design File A 34 (NEW) Guard Finish - PC (Static) 0 2 0 0 0 2 0 o 0 {"1":{"type":"ANY","items":[["23014","229865"],["23014","242166"],["23014","241476"],["23014","229885"],["23014","229886"],["23014","242164"],["23014","242165"],["23014","229887"],["23014","229888"],["23014","229889"],["23014","241477"],["23014","241475"],["23014","229890"],["23014","229884"],["23014","229883"],["23014","229866"],["23014","229872"],["23014","237072"],["23014","229867"],["23014","237073"],["23014","229868"],["23014","229869"],["23014","242163"],["23014","241473"],["23014","229870"],["23014","229871"],["23014","229873"],["23014","229882"],["23014","229874"],["23014","241474"],["23014","229875"],["23014","229876"],["23014","229877"],["23014","229878"],["23014","229879"],["23014","229880"],["23014","229881"]]}} 1
23015 Guard Option A 32 (NEW) Guard Option - Atomic 0 3 0 0 0 1 11 o 0 {} 1
23039 Light Source A 0 (NEW) Light Source - Atomic 0 0 1 0 1 1 0 i 0 1
23014 Mounting & Top Finish View Design File A 10 (NEW) Mounting & Top Finish - Static 0 1 0 0 0 2 0 o 0 {} 1
22394 Mounting Options A 15 (NEW) Mounting Options - 1/2" Stem 0 3 0 0 1 1 0 i 0 1
23075 Socket Type A 55 (NEW) Socket Type - GU24 x5 0 11 0 0 0 1 0 o 0 1
23074 Stem Mount Canopy A 22 (NEW) Canopy - Stem - Chandelier 0 3 0 0 0 1 11 o 0 1