QUERY PLAN
Bitmap Heap Scan on tbl_clients (cost=35.71..73.99 rows=13 width=49)
Recheck Cond: (id = ANY ('{3333,2136,2526,2130,2553,1492,3281,3387,2146,1181,3389,2221,1301}'::integer[]))
-> Bitmap Index Scan on tbl_clients_pkey (cost=0.00..35.70 rows=13 width=0)
Index Cond: (id = ANY ('{3333,2136,2526,2130,2553,1492,3281,3387,2146,1181,3389,2221,1301}'::integer[]))