SELECT 
  bundle_id, 
  linked_promotion_id 
FROM 
  cscart_product_bundles

Query time 0.00114

JSON explain

{
  "query_block": {
    "select_id": 1,
    "nested_loop": [
      {
        "table": {
          "table_name": "cscart_product_bundles",
          "access_type": "ALL",
          "rows": 13,
          "filtered": 100
        }
      }
    ]
  }
}

Result

bundle_id linked_promotion_id
2 164
3 167
4 170
5 178
6 193
7 304
8 325
9 504
10 585
11 586
12 587
13 0
16 699