QUERY PLAN
Bitmap Heap Scan on tbl_addresses (cost=45.76..89.82 rows=20 width=206)
Recheck Cond: (id = ANY ('{1633,1798,1631,916,1687,2550,832,1295,2599,1191,930,1842,1832,1871,1892,1615,144,1390,1264,1340}'::integer[]))
-> Bitmap Index Scan on tbl_addresses_pkey (cost=0.00..45.75 rows=20 width=0)
Index Cond: (id = ANY ('{1633,1798,1631,916,1687,2550,832,1295,2599,1191,930,1842,1832,1871,1892,1615,144,1390,1264,1340}'::integer[]))