SELECT 
  bundle_id, 
  linked_promotion_id 
FROM 
  tmall_product_bundles

Query time 0.00830

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost": 0.010504815,
    "nested_loop": [
      {
        "table": {
          "table_name": "tmall_product_bundles",
          "access_type": "ALL",
          "loops": 1,
          "rows": 3,
          "cost": 0.010504815,
          "filtered": 100
        }
      }
    ]
  }
}

Result

bundle_id linked_promotion_id
1 25
2 26
3 27