SELECT 
  * 
FROM 
  cscart_totalshipping_settings_multivendor 
WHERE 
  `company_id` = 1

Query time 0.00023

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

Result

id company_id name value
1 1 totalshipping_display_delivery_times Y
2 1 totalshipping_notify_site_administrator D
3 1 totalshipping_number_of_delivery_methods 3
4 1 totalshipping_choose_the_position_of_the_block 1
5 1 totalshipping_delivery_cost_calculation 1
6 1 totalshipping_estimated_time_of_delivery_calculation 1000
7 1 totalshipping_determine_the_location_buyer_ip D
8 1 totalshipping_buyers_location_based_on_entered_data D