SELECT 
  privilege 
FROM 
  cscart_usergroup_privileges 
WHERE 
  usergroup_id IN (0, 1)

Query time 0.00009

JSON explain

{
  "query_block": {
    "select_id": 1,
    "table": {
      "message": "Impossible WHERE noticed after reading const tables"
    }
  }
}