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 (
    70121, 70812, 70727, 70339, 70697, 70696, 
    70695, 70694, 70640, 70600, 70584, 
    70539, 70432, 70357, 70587, 70586, 
    70583, 70579, 70537, 70493, 70120, 
    69978, 69977, 70358, 70462, 70459, 
    70458, 70433, 69982, 70435, 70434, 
    70362, 70015, 70014, 70235, 70234, 
    70161, 70119, 69980, 69745
  ) 
  AND a.status = 'A' 
ORDER BY 
  a.position

Query time 0.00108

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
65807 70579 1 S N N N 0 M A 0 Files Type Files Type
65811 70583 1 S N N N 0 M A 0 Files Type Files Type
65812 70584 1 S N N N 0 M A 0 Files Type Files Type
65814 70586 1 S N N N 0 M A 0 Files Type Files Type
65815 70587 1 S N N N 0 M A 0 Files Type Files Type
65827 70600 1 S N N N 0 M A 0 Files Type Files Type
65577 70339 1 S N N N 0 M A 0 Files Type Files Type
65594 70357 1 S N N N 0 M A 0 Files Type Files Type
65595 70358 1 S N N N 0 M A 0 Files Type Files Type
65599 70362 1 S N N N 0 M A 0 Files Type Files Type
65352 70119 1 S N N N 0 M A 0 Files Type Files Type
65353 70120 1 S N N N 0 M A 0 Files Type Files Type
65866 70640 1 S N N N 0 M A 0 Files Type Files Type
65354 70121 1 S N N N 0 M A 0 Files Type Files Type
65392 70161 1 S N N N 0 M A 0 Files Type Files Type
65918 70694 1 S N N N 0 M A 0 Files Type Files Type
65919 70695 1 S N N N 0 M A 0 Files Type Files Type
65920 70696 1 S N N N 0 M A 0 Files Type Files Type
65921 70697 1 S N N N 0 M A 0 Files Type Files Type
65666 70432 1 S N N N 0 M A 0 Files Type Files Type
65667 70433 1 S N N N 0 M A 0 Files Type Files Type
65668 70434 1 S N N N 0 M A 0 Files Type Files Type
65669 70435 1 S N N N 0 M A 0 Files Type Files Type
65691 70458 1 S N N N 0 M A 0 Files Type Files Type
65692 70459 1 S N N N 0 M A 0 Files Type Files Type
65949 70727 1 S N N N 0 M A 0 Files Type Files Type
65695 70462 1 S N N N 0 M A 0 Files Type Files Type
65209 69977 1 S N N N 0 M A 0 Files Type Files Type
65465 70234 1 S N N N 0 M A 0 Files Type Files Type
65210 69978 1 S N N N 0 M A 0 Files Type Files Type
65466 70235 1 S N N N 0 M A 0 Files Type Files Type
65212 69980 1 S N N N 0 M A 0 Files Type Files Type
65725 70493 1 S N N N 0 M A 0 Files Type Files Type
65214 69982 1 S N N N 0 M A 0 Files Type Files Type
64978 69745 1 S N N N 0 M A 0 Files Type Files Type
65248 70014 1 S N N N 0 M A 0 Files Type Files Type
65249 70015 1 S N N N 0 M A 0 Files Type Files Type
65766 70537 1 S N N N 0 M A 0 Files Type Files Type
65768 70539 1 S N N N 0 M A 0 Files Type Files Type
66032 70812 1 S N N N 0 M A 0 Files Type Files Type