Try the following syntax:
path=/content/mobile-apps
path.self=false
type=cq:PageContent
1_group.1_property=jcr:title
1_group.1_property.value=english asset
1_group.2_property=root/videocomponentapi/text
1_group.2_property.value=%english asset%
1_group.1_property.operation=equal
1_group.2_property.operation=like
1_group.p.or=true
2_group.p.and=true
2_group.3_property=cq:tags
2_group.3_property.1_value=jurassicworldfacts:featured
The resulting query is:
/jcr:root/content/mobile-apps//element(*, cq:PageContent)
[
(@jcr:title = 'english asset' or jcr:like(root/videocomponentapi/@text, '%english asset%'))
and ((@cq:tags = 'jurassicworldfacts:featured.'))
]