SELECT 
  bundle_image_id, 
  bundle_id 
FROM 
  cscart_product_bundle_images 
WHERE 
  bundle_id IN (17)

Query time 0.00584

JSON explain

{
  "query_block": {
    "select_id": 1,
    "table": {
      "message": "Impossible WHERE noticed after reading const tables"
    }
  }
}