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 (
    110705, 110704, 110703, 110702, 110701, 
    110700, 110699, 110698, 110697, 124916, 
    112121, 112119, 112118, 112117, 112116, 
    112115, 112114, 112113, 112112, 112111
  ) 
  AND a.status = 'A' 
ORDER BY 
  a.position

Query time 0.00060

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
106041 112111 1 S N N N 0 M A 0 Files Type Files Type
106042 112112 1 S N N N 0 M A 0 Files Type Files Type
106043 112113 1 S N N N 0 M A 0 Files Type Files Type
106044 112114 1 S N N N 0 M A 0 Files Type Files Type
106045 112115 1 S N N N 0 M A 0 Files Type Files Type
106046 112116 1 S N N N 0 M A 0 Files Type Files Type
106047 112117 1 S N N N 0 M A 0 Files Type Files Type
106048 112118 1 S N N N 0 M A 0 Files Type Files Type
106049 112119 1 S N N N 0 M A 0 Files Type Files Type
106051 112121 1 S N N N 0 M A 0 Files Type Files Type
118376 124916 1 S N N N 0 M A 0 Files Type Files Type
104660 110697 1 S N N N 0 M A 0 Files Type Files Type
104661 110698 1 S N N N 0 M A 0 Files Type Files Type
104662 110699 1 S N N N 0 M A 0 Files Type Files Type
104663 110700 1 S N N N 0 M A 0 Files Type Files Type
104664 110701 1 S N N N 0 M A 0 Files Type Files Type
104665 110702 1 S N N N 0 M A 0 Files Type Files Type
104666 110703 1 S N N N 0 M A 0 Files Type Files Type
104667 110704 1 S N N N 0 M A 0 Files Type Files Type
104668 110705 1 S N N N 0 M A 0 Files Type Files Type