SELECT 
  bundle_id, 
  linked_promotion_id 
FROM 
  cscart_product_bundles

Query time 0.00023

Explain
id select_type table type possible_keys key key_len ref rows Extra
1 SIMPLE cscart_product_bundles ALL 3

Result

bundle_id linked_promotion_id
1 25
2 26
3 27