SELECT 
  product_id 
FROM 
  cscart_product_bundle_product_links 
WHERE 
  bundle_id = 1699 
  AND show_on_product_page = 'N'

Query time 0.00012

Explain
id select_type table type possible_keys key key_len ref rows Extra
1 SIMPLE cscart_product_bundle_product_links ref bundle_id bundle_id 4 const 11 Using where

Result

product_id
105240
105241
105242
105243
105244
105245
105246
105247
105248
105249