como usar “find_in_set” no método cakephp find

Eu tenho uma tabela na qual vírgula seprated id de outra tabela eu quero usar a seguinte consulta no cakephp na forma adequada com a função find

"select * from special_offers where find_in_set('".$storeId."', stores) and user_id = '". $userId ."'";