Config_filter.yaml file questions

So I am trying to figure out how i can predefine a filter to a list of data. From reading the documentation I have found that this is handled through the config_filter.yaml file.

The current code for the specific column of data I wish to adjust is below.

scopes:
  filterJobStatus:
    label: Job Status
    modelClass: Vektar\Crm\Models\AddJobStatus
    type: group
    conditions: add_job_status_id in (:filtered)
    nameFrom: add_job_status

I would like to adjust the conditions to reflect the status of Production, Pre Production, Post Production when the list is first displayed. I have tried modifying with some of the examples shown in the documentation however all I have managed to do is limit the choices to the three required when clicking on the dropdown list where you can apply filters. Is this possible?