SELECT 
  bundle_id, 
  linked_promotion_id 
FROM 
  cscart_product_bundles

Query time 0.00013

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost": 0.01034841,
    "nested_loop": [
      {
        "table": {
          "table_name": "cscart_product_bundles",
          "access_type": "ALL",
          "loops": 1,
          "rows": 2,
          "cost": 0.01034841,
          "filtered": 100
        }
      }
    ]
  }
}

Result

bundle_id linked_promotion_id
1 0
2 6