SELECT SQL_CALC_FOUND_ROWS sato_posts.ID
FROM sato_posts LEFT JOIN sato_term_relationships ON (sato_posts.ID = sato_term_relationships.object_id) INNER JOIN sato_postmeta ON ( sato_posts.ID = sato_postmeta.post_id )
WHERE 1=1 AND (
sato_term_relationships.term_taxonomy_id IN (52)
) AND (
( sato_postmeta.meta_key = 'tags' AND sato_postmeta.meta_value LIKE '{c3b72f48c0d5efebde418ad5948368977ac0e136e69789f48a4861ee3645c248}\"2310\"{c3b72f48c0d5efebde418ad5948368977ac0e136e69789f48a4861ee3645c248}' )
OR
( sato_postmeta.meta_key = 'post_meta_title' AND sato_postmeta.meta_value LIKE '{c3b72f48c0d5efebde418ad5948368977ac0e136e69789f48a4861ee3645c248}Tags{c3b72f48c0d5efebde418ad5948368977ac0e136e69789f48a4861ee3645c248}' )
) AND sato_posts.post_type = 'product' AND ((sato_posts.post_status = 'publish'))
GROUP BY sato_posts.ID
ORDER BY sato_posts.post_title ASC
LIMIT 0, 15