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 (
    13878, 13877, 13876, 13875, 13874, 13873, 
    13872, 13870, 13869, 13829, 13862, 
    13858, 13850, 13849, 13848, 13847, 
    13846, 13845, 13844, 13843, 13842, 
    13841, 13840, 13839, 13838, 13837, 
    13836, 13835, 13834, 13833, 13832, 
    13831, 13830, 13827, 13826, 13825, 
    13824, 13823, 13822, 13821
  ) 
  AND a.status = 'A' 
ORDER BY 
  a.position

Query time 0.00109

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
9472 13841 1 S N N N 0 M A 0 Files Type Files Type
9473 13842 1 S N N N 0 M A 0 Files Type Files Type
9474 13843 1 S N N N 0 M A 0 Files Type Files Type
9475 13844 1 S N N N 0 M A 0 Files Type Files Type
9476 13845 1 S N N N 0 M A 0 Files Type Files Type
9477 13846 1 S N N N 0 M A 0 Files Type Files Type
9478 13847 1 S N N N 0 M A 0 Files Type Files Type
9479 13848 1 S N N N 0 M A 0 Files Type Files Type
9480 13849 1 S N N N 0 M A 0 Files Type Files Type
9481 13850 1 S N N N 0 M A 0 Files Type Files Type
9488 13858 1 S N N N 0 M A 0 Files Type Files Type
9492 13862 1 S N N N 0 M A 0 Files Type Files Type
9531 13869 1 S N N N 0 M A 0 Files Type Files Type
9532 13870 1 S N N N 0 M A 0 Files Type Files Type
9534 13872 1 S N N N 0 M A 0 Files Type Files Type
9535 13873 1 S N N N 0 M A 0 Files Type Files Type
9536 13874 1 S N N N 0 M A 0 Files Type Files Type
9537 13875 1 S N N N 0 M A 0 Files Type Files Type
9538 13876 1 S N N N 0 M A 0 Files Type Files Type
9539 13877 1 S N N N 0 M A 0 Files Type Files Type
9540 13878 1 S N N N 0 M A 0 Files Type Files Type
9453 13821 1 S N N N 0 M A 0 Files Type Files Type
9454 13822 1 S N N N 0 M A 0 Files Type Files Type
9455 13823 1 S N N N 0 M A 0 Files Type Files Type
9456 13824 1 S N N N 0 M A 0 Files Type Files Type
9457 13825 1 S N N N 0 M A 0 Files Type Files Type
9458 13826 1 S N N N 0 M A 0 Files Type Files Type
9459 13827 1 S N N N 0 M A 0 Files Type Files Type
9460 13829 1 S N N N 0 M A 0 Files Type Files Type
9461 13830 1 S N N N 0 M A 0 Files Type Files Type
9462 13831 1 S N N N 0 M A 0 Files Type Files Type
9463 13832 1 S N N N 0 M A 0 Files Type Files Type
9464 13833 1 S N N N 0 M A 0 Files Type Files Type
9465 13834 1 S N N N 0 M A 0 Files Type Files Type
9466 13835 1 S N N N 0 M A 0 Files Type Files Type
9467 13836 1 S N N N 0 M A 0 Files Type Files Type
9468 13837 1 S N N N 0 M A 0 Files Type Files Type
9469 13838 1 S N N N 0 M A 0 Files Type Files Type
9470 13839 1 S N N N 0 M A 0 Files Type Files Type
9471 13840 1 S N N N 0 M A 0 Files Type Files Type