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

Query time 0.00100

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost_info": {
      "query_cost": "12.34"
    },
    "table": {
      "table_name": "cscart_companies",
      "access_type": "ALL",
      "rows_examined_per_scan": 96,
      "rows_produced_per_join": 9,
      "filtered": "10.00",
      "cost_info": {
        "read_cost": "11.38",
        "eval_cost": "0.96",
        "prefix_cost": "12.34",
        "data_read_per_join": "59K"
      },
      "used_columns": [
        "company_id",
        "company"
      ],
      "attached_condition": "(`dev_yourmart_co_bw`.`cscart_companies`.`company` = 'Your Mart online')"
    }
  }
}