SELECT 
  COUNT(*) AS `count` 
FROM 
  cscart_product_label

Query time 0.00018

Explain
id select_type table type possible_keys key key_len ref rows Extra
1 SIMPLE cscart_product_label index PRIMARY 4 1 Using index

Result

count
1