Esto es muy simple para MySQL:
SELECT * FROM table WHERE FIND_IN_SET(table.id, commaSeparatedData);
Referencia:http://dev .mysql.com/doc/refman/5.0/en/string-functions.html#function_find-in-set
Esto es muy simple para MySQL:
SELECT * FROM table WHERE FIND_IN_SET(table.id, commaSeparatedData);
Referencia:http://dev .mysql.com/doc/refman/5.0/en/string-functions.html#function_find-in-set