QUERY PLAN
Bitmap Heap Scan on tbl_users (cost=8.31..14.15 rows=2 width=44)
Recheck Cond: (id = ANY ('{5016,5064}'::integer[]))
-> Bitmap Index Scan on tbl_users_pkey (cost=0.00..8.30 rows=2 width=0)
Index Cond: (id = ANY ('{5016,5064}'::integer[]))