SELECT 
  cscart_seo_names.object_id AS product_id, 
  cscart_seo_names.name AS seo_name, 
  cscart_seo_names.path AS seo_path 
FROM 
  cscart_seo_names 
WHERE 
  cscart_seo_names.object_id IN (
    109673, 109488, 109235, 109234, 109233, 
    109737, 109148, 109147, 109146, 109145, 
    109144, 109143, 109142, 109779, 109778, 
    109135, 109702, 109701, 109700, 109699
  ) 
  AND cscart_seo_names.type = "p" 
  AND cscart_seo_names.dispatch = "" 
  AND cscart_seo_names.lang_code = 'en' 
  AND (
    cscart_seo_names.company_id = 1 
    OR cscart_seo_names.company_id = 0
  )

Query time 0.00047

Explain
id select_type table type possible_keys key key_len ref rows Extra
1 SIMPLE cscart_seo_names range PRIMARY,dispatch PRIMARY 210 40 Using where

Result

product_id seo_name seo_path
109135 rpl-brand-new-me-original-mix-stomp-inc-uk 22
109142 stormtrooper-project-xtc-mekonium-extended-mix-rave-muzik 22
109143 stormtrooper-project-xtc-anybody-out-there-extended-mix-rave-muzik 22
109144 stormtrooper-project-xtc-mental-beats-extended-mix-rave-muzik 22
109145 dj-balli-forze-d-ercole-original-mix-mokum-records 22
109146 dj-balli-bo-taoshi-original-mix-mokum-records 22
109147 dj-balli-white-helmets-motorbike-pyramid-original-mix-mokum-records 22
109148 dj-balli-bones-pyramids-in-ancient-egypt-original-mix-mokum-records 22
109233 klubfiller-magic-original-mix-klubbed-up 22
109234 tiny-t-paradise-original-mix-the-chop-shop-digital 22
109235 samba-d-dionne-together-again-extended-mix-the-world-of-obsession-recordings 22
109488 rob-iyf-al-storm-dazzler-b-fire-original-mix-24-7-hardcore 22
109673 freq-dlt-rob-iyf-al-storm-christine-exploding-stars-extended-mix-24-7-hardcore 22
109699 beatsbomber-bass-down-low-original-mix-bounce-back-records 22
109700 beatsbomber-the-good-old-days-original-mix-bounce-back-records 22
109701 alaguan-be-prepared-extended-mix-24-7-hardcore 22
109702 alaguan-be-prepared-radio-mix-24-7-hardcore 22
109737 sethrow-front-to-back-original-mix-dnz-records 22
109778 striker-persecute-land-of-agony-original-mix-violent-disorder-records 22
109779 striker-persecute-supreme-obliterator-original-mix-violent-disorder-records 22