QUERY PLAN
Sort (cost=8.13..8.14 rows=4 width=269)
Sort Key: (array_position('{5360,5252,5388,5445}'::integer[], id))
-> Seq Scan on tbl_users (cost=0.00..8.10 rows=4 width=269)
Filter: (id = ANY ('{5360,5252,5388,5445}'::integer[]))