QUERY PLAN
Sort (cost=7.97..7.98 rows=3 width=269)
Sort Key: (array_position('{5388,1011,5360}'::integer[], id))
-> Seq Scan on tbl_users (cost=0.00..7.95 rows=3 width=269)
Filter: (id = ANY ('{5388,1011,5360}'::integer[]))