QUERY PLAN
Sort (cost=8.33..8.34 rows=5 width=269)
Sort Key: (array_position('{1011,5360,5252,5388,5445}'::integer[], id))
-> Seq Scan on tbl_users (cost=0.00..8.27 rows=5 width=269)
Filter: (id = ANY ('{1011,5360,5252,5388,5445}'::integer[]))