Can you show us your exact cfquery statement? Hard to believe those results! The actual syntax you want would be:
SELECT *
FROM table
WHERE condition_id='c_3' AND condition_ID='c_13')
The IN operator is just a shortcut for a bunch of OR operators.
hth
Reed