SELECT 
  state_id 
FROM 
  cscart_states 
WHERE 
  code = '32' 
  AND country_code = 'IN'

Query time 0.00010

JSON explain

{
  "query_block": {
    "select_id": 1,
    "message": "no matching row in const table"
  }
}