Delphinum, не много многословно, но всё же:
Delete::getInstance()
->table('people')
->where('name', '=', 'ivan')
->orWhere(function ($qb) {
$qb->where('id', '>', '5');
$qb->where('id', '<', '20');
})
->interpretation('oci')