SELECT 
  bundle_id, 
  linked_promotion_id 
FROM 
  cscart_product_bundles

Query time 0.00051

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost_info": {
      "query_cost": "2.32"
    },
    "table": {
      "table_name": "cscart_product_bundles",
      "access_type": "ALL",
      "rows_examined_per_scan": 14,
      "rows_produced_per_join": 14,
      "filtered": "100.00",
      "cost_info": {
        "read_cost": "0.93",
        "eval_cost": "1.40",
        "prefix_cost": "2.33",
        "data_read_per_join": "560"
      },
      "used_columns": [
        "bundle_id",
        "linked_promotion_id"
      ]
    }
  }
}

Result

bundle_id linked_promotion_id
1 1
2 2
9 9
3 3
4 4
5 5
6 6
7 7
8 8
10 10
11 11
12 12
13 13
14 14