SELECT 
  a.*, 
  b.option_name, 
  b.internal_option_name, 
  b.option_text, 
  b.description, 
  b.inner_hint, 
  b.incorrect_message, 
  b.comment 
FROM 
  cscart_product_options as a 
  LEFT JOIN cscart_product_options_descriptions as b ON a.option_id = b.option_id 
  AND b.lang_code = 'en' 
  INNER JOIN cscart_ult_objects_sharing ON (
    cscart_ult_objects_sharing.share_object_id = a.option_id 
    AND cscart_ult_objects_sharing.share_company_id = 1 
    AND cscart_ult_objects_sharing.share_object_type = 'product_options'
  ) 
WHERE 
  a.product_id IN (
    125769, 125768, 125767, 125766, 125765, 
    125764, 125763, 125762, 125761, 125760, 
    125759, 125758, 125757, 125756, 125755, 
    125754, 125753, 125752, 125751, 125750
  ) 
  AND a.status = 'A' 
ORDER BY 
  a.position

Query time 0.00056

Explain
id select_type table type possible_keys key key_len ref rows Extra
1 SIMPLE a range PRIMARY,c_status c_status 6 20 Using index condition; Using filesort
1 SIMPLE b eq_ref PRIMARY PRIMARY 9 toolboxdigitalshop_dev.a.option_id,const 1 Using where
1 SIMPLE cscart_ult_objects_sharing eq_ref PRIMARY PRIMARY 159 toolboxdigitalshop_dev.a.option_id,const,const 1 Using where; Using index

Result

option_id product_id company_id option_type inventory regexp required multiupload allowed_extensions max_file_size missing_variants_handling status position value option_name internal_option_name option_text description inner_hint incorrect_message comment
120649 125769 1 S N N N 0 M A 0 Files Type Files Type
119174 125750 1 S N N N 0 M A 0 Files Type Files Type
119175 125751 1 S N N N 0 M A 0 Files Type Files Type
119176 125752 1 S N N N 0 M A 0 Files Type Files Type
119177 125753 1 S N N N 0 M A 0 Files Type Files Type
119178 125754 1 S N N N 0 M A 0 Files Type Files Type
119179 125755 1 S N N N 0 M A 0 Files Type Files Type
119180 125756 1 S N N N 0 M A 0 Files Type Files Type
119181 125757 1 S N N N 0 M A 0 Files Type Files Type
119182 125758 1 S N N N 0 M A 0 Files Type Files Type
119183 125759 1 S N N N 0 M A 0 Files Type Files Type
119184 125760 1 S N N N 0 M A 0 Files Type Files Type
119185 125761 1 S N N N 0 M A 0 Files Type Files Type
119186 125762 1 S N N N 0 M A 0 Files Type Files Type
119187 125763 1 S N N N 0 M A 0 Files Type Files Type
119188 125764 1 S N N N 0 M A 0 Files Type Files Type
119189 125765 1 S N N N 0 M A 0 Files Type Files Type
119190 125766 1 S N N N 0 M A 0 Files Type Files Type
119191 125767 1 S N N N 0 M A 0 Files Type Files Type
119192 125768 1 S N N N 0 M A 0 Files Type Files Type