QUERY PLAN
Sort (cost=18.16..18.17 rows=1 width=22)
Sort Key: sort
-> Bitmap Heap Scan on tbl_term_taxonomies (cost=12.65..18.15 rows=1 width=22)
Recheck Cond: (id = ANY ('{128,167,142,46,197,199,229,185,191,106,94,2,1,5,2100000000,153,226,164,184,189,165,137,139,349,369,377,330,333,352,136}'::integer[]))
Filter: (term_id = 12)
-> Bitmap Index Scan on tbl_term_taxonomies_pkey (cost=0.00..12.65 rows=30 width=0)
Index Cond: (id = ANY ('{128,167,142,46,197,199,229,185,191,106,94,2,1,5,2100000000,153,226,164,184,189,165,137,139,349,369,377,330,333,352,136}'::integer[]))