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 (
    92901, 92884, 93763, 93762, 93758, 93743, 
    93741, 93740, 93739, 93738, 93737, 
    93736, 93472, 92820, 92345, 89225, 
    93548, 93517, 93345, 92683
  ) 
  AND a.status = 'A' 
ORDER BY 
  a.position

Query time 0.00057

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
87856 93345 1 S N N N 0 M A 0 Files Type Files Type
87346 92820 1 S N N N 0 M A 0 Files Type Files Type
86885 92345 1 S N N N 0 M A 0 Files Type Files Type
87410 92884 1 S N N N 0 M A 0 Files Type Files Type
87427 92901 1 S N N N 0 M A 0 Files Type Files Type
83858 89225 1 S N N N 0 M A 0 Files Type Files Type
87210 92683 1 S N N N 0 M A 0 Files Type Files Type
87980 93472 1 S N N N 0 M A 0 Files Type Files Type
88238 93736 1 S N N N 0 M A 0 Files Type Files Type
88239 93737 1 S N N N 0 M A 0 Files Type Files Type
88240 93738 1 S N N N 0 M A 0 Files Type Files Type
88241 93739 1 S N N N 0 M A 0 Files Type Files Type
88242 93740 1 S N N N 0 M A 0 Files Type Files Type
88243 93741 1 S N N N 0 M A 0 Files Type Files Type
88245 93743 1 S N N N 0 M A 0 Files Type Files Type
88260 93758 1 S N N N 0 M A 0 Files Type Files Type
88264 93762 1 S N N N 0 M A 0 Files Type Files Type
88265 93763 1 S N N N 0 M A 0 Files Type Files Type
88024 93517 1 S N N N 0 M A 0 Files Type Files Type
88055 93548 1 S N N N 0 M A 0 Files Type Files Type