In case you are using ACS Commons, you can achieve it by using Query Packager.
SQL2 Query for same would be
SELECT * FROM [cq:Page] AS page WHERE ISDESCENDANTNODE(page, "/content/we-retail/us/en/products") AND name() like "%shorts%"
Link : https://adobe-consulting-services.github.io/acs-aem-commons...