FIND_IN_SET関数がトリックを実行します
SELECT * FROM table_name WHERE id IN (1, 3, 2, 9, 7) ORDER BY FIND_IN_SET(id, '1,3,2,9,7');
http://dev.mysql .com / doc / refman / 5.0 / en / string-functions.html#function_find-in-set
編集:find_in_set関数の文字列引数にスペースがないことに注意してください。