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 (
    88722, 88721, 88720, 88719, 88718, 88717, 
    88716, 88715, 88714, 88713, 88712, 
    88711, 88710, 88709, 88708, 88707, 
    88706, 89080, 89079, 89078, 88676, 
    88675, 88674, 88920, 88919, 88493, 
    89075, 88916, 88491, 89082, 89030, 
    89029, 89028, 88996, 88995, 88994, 
    88993, 88981, 88520, 88495
  ) 
  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
83714 89075 1 S N N N 0 M A 0 Files Type Files Type
83717 89078 1 S N N N 0 M A 0 Files Type Files Type
83718 89079 1 S N N N 0 M A 0 Files Type Files Type
83719 89080 1 S N N N 0 M A 0 Files Type Files Type
83721 89082 1 S N N N 0 M A 0 Files Type Files Type
83558 88916 1 S N N N 0 M A 0 Files Type Files Type
83561 88919 1 S N N N 0 M A 0 Files Type Files Type
83562 88920 1 S N N N 0 M A 0 Files Type Files Type
83321 88674 1 S N N N 0 M A 0 Files Type Files Type
83322 88675 1 S N N N 0 M A 0 Files Type Files Type
83323 88676 1 S N N N 0 M A 0 Files Type Files Type
83352 88706 1 S N N N 0 M A 0 Files Type Files Type
83353 88707 1 S N N N 0 M A 0 Files Type Files Type
83354 88708 1 S N N N 0 M A 0 Files Type Files Type
83355 88709 1 S N N N 0 M A 0 Files Type Files Type
83356 88710 1 S N N N 0 M A 0 Files Type Files Type
83357 88711 1 S N N N 0 M A 0 Files Type Files Type
83358 88712 1 S N N N 0 M A 0 Files Type Files Type
83359 88713 1 S N N N 0 M A 0 Files Type Files Type
83360 88714 1 S N N N 0 M A 0 Files Type Files Type
83361 88715 1 S N N N 0 M A 0 Files Type Files Type
83362 88716 1 S N N N 0 M A 0 Files Type Files Type
83363 88717 1 S N N N 0 M A 0 Files Type Files Type
83364 88718 1 S N N N 0 M A 0 Files Type Files Type
83365 88719 1 S N N N 0 M A 0 Files Type Files Type
83366 88720 1 S N N N 0 M A 0 Files Type Files Type
83622 88981 1 S N N N 0 M A 0 Files Type Files Type
83367 88721 1 S N N N 0 M A 0 Files Type Files Type
83368 88722 1 S N N N 0 M A 0 Files Type Files Type
83634 88993 1 S N N N 0 M A 0 Files Type Files Type
83635 88994 1 S N N N 0 M A 0 Files Type Files Type
83636 88995 1 S N N N 0 M A 0 Files Type Files Type
83637 88996 1 S N N N 0 M A 0 Files Type Files Type
83143 88491 1 S N N N 0 M A 0 Files Type Files Type
83145 88493 1 S N N N 0 M A 0 Files Type Files Type
83147 88495 1 S N N N 0 M A 0 Files Type Files Type
83668 89028 1 S N N N 0 M A 0 Files Type Files Type
83669 89029 1 S N N N 0 M A 0 Files Type Files Type
83670 89030 1 S N N N 0 M A 0 Files Type Files Type
83171 88520 1 S N N N 0 M A 0 Files Type Files Type