QUERY PLAN
Bitmap Heap Scan on tbl_addresses (cost=45.76..89.82 rows=20 width=206)
Recheck Cond: (id = ANY ('{1472,1868,2427,1290,3149,1594,134,1566,340,1808,1260,1914,947,1873,1742,2589,945,2419,1426,2392}'::integer[]))
-> Bitmap Index Scan on tbl_addresses_pkey (cost=0.00..45.75 rows=20 width=0)
Index Cond: (id = ANY ('{1472,1868,2427,1290,3149,1594,134,1566,340,1808,1260,1914,947,1873,1742,2589,945,2419,1426,2392}'::integer[]))