QUERY PLAN
Sort (cost=17.68..17.69 rows=1 width=22)
Sort Key: sort
-> Bitmap Heap Scan on tbl_term_taxonomies (cost=12.34..17.67 rows=1 width=22)
Recheck Cond: (id = ANY ('{135,140,160,139,184,189,183,194,188,197,199,187,185,191,215,5,226,1,2,229,323,349,354,369,372,377,366,136}'::integer[]))
Filter: (term_id = 12)
-> Bitmap Index Scan on tbl_term_taxonomies_pkey (cost=0.00..12.34 rows=28 width=0)
Index Cond: (id = ANY ('{135,140,160,139,184,189,183,194,188,197,199,187,185,191,215,5,226,1,2,229,323,349,354,369,372,377,366,136}'::integer[]))