sadovyjSELECT SQL_CALC_FOUND_ROWS wpefgb_posts.ID
FROM wpefgb_posts LEFT JOIN wpefgb_term_relationships ON (wpefgb_posts.ID = wpefgb_term_relationships.object_id)
WHERE 1=1 AND (
wpefgb_term_relationships.term_taxonomy_id IN (6348)
) AND ((wpefgb_posts.post_type = 'post' AND (wpefgb_posts.post_status = 'publish' OR wpefgb_posts.post_status = 'acf-disabled')))
GROUP BY wpefgb_posts.ID
ORDER BY wpefgb_posts.post_date DESC
LIMIT 0, 24