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

Query time 0.00101

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": 14,
          "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
22866 Cap Option A 23 (NEW) Cap Option - PC Australia Cord 0 7 0 0 0 1 0 o 0 {"1":{"type":"ANY","items":[["22859","227198"],["22859","227223"],["22859","227219"],["22859","227220"],["22859","227225"],["22859","227226"],["22859","227221"],["22859","227222"],["22859","227227"],["22859","227203"],["22859","227202"],["22859","227218"],["22859","227217"],["22859","227199"],["22859","227207"],["22859","227200"],["22859","227201"],["22859","227204"],["22859","227224"],["22859","227205"],["22859","227206"],["22859","227208"],["22859","227216"],["22859","227209"],["22859","227210"],["22859","227211"],["22859","227212"],["22859","227213"],["22859","227214"],["22859","227215"],["22859","237054"],["22859","237055"]]}} 1
22867 Cap Option A 23 (NEW) Cap Option - COP Australia Cord 0 7 0 0 0 1 0 o 0 {"1":{"type":"ANY","items":[["22859","227228"],["22859","227229"],["22859","227230"]]}} 1
22868 Cap Option A 23 (NEW) Cap Option - BRS Australia Cord 0 7 0 0 0 1 0 o 0 {"1":{"type":"ANY","items":[["22859","227231"],["22859","227232"]]}} 1
22891 Ceiling Canopy Finish A 19 (NEW) Ceiling Canopy Finish - Australia 0 5 0 0 0 1 0 o 0 {} 1
22644 Color Temperature A 58 (NEW) Color Temperature 0 13 0 0 0 1 0 o 0 1
23857 Cord Length A 14 (NEW) Cord Length 0 5 0 0 1 1 0 i 0 1
23861 Cords View Cord Design File A 15 (NEW) Cords - 7ft (No Twist) 0 3 0 0 0 1 8 o 0 {"1":{"type":"ANY","items":[["23857","240506"]]}} 1
23862 Cords View Cord Design File A 15 (NEW) Cords - 12ft (No Twist) 0 3 0 0 0 1 8 o 0 {"1":{"type":"ANY","items":[["23857","240508"]]}} 1
23863 Cords View Cord Design File A 15 (NEW) Cords - 20ft (No Twist) 0 3 0 0 0 1 8 o 0 {"1":{"type":"ANY","items":[["23857","240509"]]}} 1
22852 Glass Option A 40 (NEW) Glass Option - Australia 0 9 0 0 0 1 0 o 0 {} 1
22872 Guard Finish A 35 (NEW) Guard Finish - Australia 0 8 0 0 0 1 0 o 0 {} 1
23116 Lumens A 55 (NEW) Lumens - 16.8 0 7 0 0 1 1 0 i 0 1
22859 Shade & Top Finish View Design File A 10 (NEW) Finishes - Australia 0 3 0 0 0 1 0 o 0 1
22858 Shade Size A 2 (NEW) Shade Size - ULM 0 2 0 0 0 1 14 o 1 1