QUERY PLAN
Bitmap Heap Scan on tbl_addresses (cost=45.76..89.59 rows=20 width=47)
Recheck Cond: (id = ANY ('{4217,2676,4214,4213,307,4212,4205,4197,4192,4172,374,4171,4169,4166,4165,4162,4160,4159,409,4155}'::integer[]))
-> Bitmap Index Scan on tbl_addresses_pkey (cost=0.00..45.75 rows=20 width=0)
Index Cond: (id = ANY ('{4217,2676,4214,4213,307,4212,4205,4197,4192,4172,374,4171,4169,4166,4165,4162,4160,4159,409,4155}'::integer[]))