SELECT 
  `id` 
FROM 
  cscart_totalshipping_info_country 
WHERE 
  country = 'United States'

Query time 0.00024

Explain
id select_type table type possible_keys key key_len ref rows Extra
1 SIMPLE cscart_totalshipping_info_country ALL 51 Using where

Result

id
3