SELECT 
  company_id 
FROM 
  cscart_companies 
WHERE 
  1 
  AND company = 'Your Mart online'

Query time 0.00015

JSON explain

{
  "query_block": {
    "select_id": 1,
    "table": {
      "table_name": "cscart_companies",
      "access_type": "ALL",
      "rows": 78,
      "filtered": 100,
      "attached_condition": "cscart_companies.company = 'Your Mart online'"
    }
  }
}