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 (
    69744, 70160, 70124, 70080, 69934, 70084, 
    70083, 70079, 70078, 69981, 69817, 
    69729, 69623, 70081, 69727, 69777, 
    69979, 69906, 69874, 69504, 69983, 
    68700, 69905, 69574, 69826, 69754, 
    69825, 69468, 69755, 69753, 69614, 
    69548, 68699, 69704, 69703, 69700, 
    69699, 69347, 69318, 69619
  ) 
  AND a.status = 'A' 
ORDER BY 
  a.position

Query time 0.00080

Explain
id select_type table type possible_keys key key_len ref rows Extra
1 SIMPLE a range PRIMARY,c_status c_status 6 40 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
65045 69817 1 S N N N 0 M A 0 Files Type Files Type
64790 69548 1 S N N N 0 M A 0 Files Type Files Type
65053 69825 1 S N N N 0 M A 0 Files Type Files Type
65309 70078 1 S N N N 0 M A 0 Files Type Files Type
65054 69826 1 S N N N 0 M A 0 Files Type Files Type
65310 70079 1 S N N N 0 M A 0 Files Type Files Type
65311 70080 1 S N N N 0 M A 0 Files Type Files Type
65312 70081 1 S N N N 0 M A 0 Files Type Files Type
65314 70083 1 S N N N 0 M A 0 Files Type Files Type
65315 70084 1 S N N N 0 M A 0 Files Type Files Type
64815 69574 1 S N N N 0 M A 0 Files Type Files Type
64566 69318 1 S N N N 0 M A 0 Files Type Files Type
65357 70124 1 S N N N 0 M A 0 Files Type Files Type
64594 69347 1 S N N N 0 M A 0 Files Type Files Type
65108 69874 1 S N N N 0 M A 0 Files Type Files Type
64854 69614 1 S N N N 0 M A 0 Files Type Files Type
64858 69619 1 S N N N 0 M A 0 Files Type Files Type
64861 69623 1 S N N N 0 M A 0 Files Type Files Type
65391 70160 1 S N N N 0 M A 0 Files Type Files Type
65138 69905 1 S N N N 0 M A 0 Files Type Files Type
65139 69906 1 S N N N 0 M A 0 Files Type Files Type
65168 69934 1 S N N N 0 M A 0 Files Type Files Type
64934 69699 1 S N N N 0 M A 0 Files Type Files Type
64935 69700 1 S N N N 0 M A 0 Files Type Files Type
64938 69703 1 S N N N 0 M A 0 Files Type Files Type
64939 69704 1 S N N N 0 M A 0 Files Type Files Type
65211 69979 1 S N N N 0 M A 0 Files Type Files Type
65213 69981 1 S N N N 0 M A 0 Files Type Files Type
65215 69983 1 S N N N 0 M A 0 Files Type Files Type
64961 69727 1 S N N N 0 M A 0 Files Type Files Type
64963 69729 1 S N N N 0 M A 0 Files Type Files Type
64713 69468 1 S N N N 0 M A 0 Files Type Files Type
64977 69744 1 S N N N 0 M A 0 Files Type Files Type
64986 69753 1 S N N N 0 M A 0 Files Type Files Type
64987 69754 1 S N N N 0 M A 0 Files Type Files Type
64988 69755 1 S N N N 0 M A 0 Files Type Files Type
63967 68699 1 S N N N 0 M A 0 Files Type Files Type
63968 68700 1 S N N N 0 M A 0 Files Type Files Type
64748 69504 1 S N N N 0 M A 0 Files Type Files Type
65009 69777 1 S N N N 0 M A 0 Files Type Files Type