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 (
    73214, 73213, 73212, 73211, 73210, 73209, 
    73208, 73207, 73206, 73205, 73204, 
    73203, 73202, 73201, 73200, 73199, 
    73198, 73197, 73196, 73195, 73623, 
    73622, 73621, 73620, 73619, 73618, 
    73617, 73616, 73615, 73614, 73613, 
    73612, 73509, 73285, 73241, 73408, 
    73402, 73401, 73337, 73336
  ) 
  AND a.status = 'A' 
ORDER BY 
  a.position

Query time 0.00119

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
68368 73241 1 S N N N 0 M A 0 Files Type Files Type
68627 73509 1 S N N N 0 M A 0 Files Type Files Type
68412 73285 1 S N N N 0 M A 0 Files Type Files Type
68461 73336 1 S N N N 0 M A 0 Files Type Files Type
68462 73337 1 S N N N 0 M A 0 Files Type Files Type
68726 73612 1 S N N N 0 M A 0 Files Type Files Type
68727 73613 1 S N N N 0 M A 0 Files Type Files Type
68728 73614 1 S N N N 0 M A 0 Files Type Files Type
68729 73615 1 S N N N 0 M A 0 Files Type Files Type
68730 73616 1 S N N N 0 M A 0 Files Type Files Type
68731 73617 1 S N N N 0 M A 0 Files Type Files Type
68732 73618 1 S N N N 0 M A 0 Files Type Files Type
68733 73619 1 S N N N 0 M A 0 Files Type Files Type
68734 73620 1 S N N N 0 M A 0 Files Type Files Type
68735 73621 1 S N N N 0 M A 0 Files Type Files Type
68736 73622 1 S N N N 0 M A 0 Files Type Files Type
68737 73623 1 S N N N 0 M A 0 Files Type Files Type
68524 73401 1 S N N N 0 M A 0 Files Type Files Type
68525 73402 1 S N N N 0 M A 0 Files Type Files Type
68531 73408 1 S N N N 0 M A 0 Files Type Files Type
68324 73195 1 S N N N 0 M A 0 Files Type Files Type
68325 73196 1 S N N N 0 M A 0 Files Type Files Type
68326 73197 1 S N N N 0 M A 0 Files Type Files Type
68327 73198 1 S N N N 0 M A 0 Files Type Files Type
68328 73199 1 S N N N 0 M A 0 Files Type Files Type
68329 73200 1 S N N N 0 M A 0 Files Type Files Type
68330 73201 1 S N N N 0 M A 0 Files Type Files Type
68331 73202 1 S N N N 0 M A 0 Files Type Files Type
68332 73203 1 S N N N 0 M A 0 Files Type Files Type
68333 73204 1 S N N N 0 M A 0 Files Type Files Type
68334 73205 1 S N N N 0 M A 0 Files Type Files Type
68335 73206 1 S N N N 0 M A 0 Files Type Files Type
68336 73207 1 S N N N 0 M A 0 Files Type Files Type
68337 73208 1 S N N N 0 M A 0 Files Type Files Type
68338 73209 1 S N N N 0 M A 0 Files Type Files Type
68339 73210 1 S N N N 0 M A 0 Files Type Files Type
68340 73211 1 S N N N 0 M A 0 Files Type Files Type
68341 73212 1 S N N N 0 M A 0 Files Type Files Type
68342 73213 1 S N N N 0 M A 0 Files Type Files Type
68343 73214 1 S N N N 0 M A 0 Files Type Files Type