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 (
    1825, 1826, 1827, 1828, 1829, 1830, 1831, 
    1300, 1301, 1302, 1304, 1303, 1812, 
    1808, 1807, 1813, 1836, 1860, 1861, 
    1837, 1851, 1853, 1838, 1839
  ) 
  AND cscart_seo_names.type = "p" 
  AND cscart_seo_names.dispatch = "" 
  AND cscart_seo_names.lang_code = 'en'

Query time 0.00060

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost": 0.02794608,
    "nested_loop": [
      {
        "table": {
          "table_name": "cscart_seo_names",
          "access_type": "ref",
          "possible_keys": ["PRIMARY", "dispatch"],
          "key": "dispatch",
          "key_length": "194",
          "used_key_parts": ["dispatch"],
          "ref": ["const"],
          "loops": 1,
          "rows": 24,
          "cost": 0.02794608,
          "filtered": 100,
          "index_condition": "cscart_seo_names.object_id in (1825,1826,1827,1828,1829,1830,1831,1300,1301,1302,1304,1303,1812,1808,1807,1813,1836,1860,1861,1837,1851,1853,1838,1839) and cscart_seo_names.`type` = 'p' and cscart_seo_names.dispatch = '' and cscart_seo_names.lang_code = 'en'"
        }
      }
    ]
  }
}

Result

product_id seo_name seo_path
1300 wedgetail-adventure-accessory-gas-bottle-holder 267
1301 wedgetail-adventure-accessory-hexmesh-panel 267
1302 wedgetail-adventure-accessory-hexmesh-panel-for-van 267
1303 wedgetail-adventure-accessory-jerry-can-holder 267
1304 wedgetail-adventure-accessory-hi-lift-bracket 267
1807 wedgetail-adventure-accessory-lightbar-support-plate 267
1808 wedgetail-adventure-accessory-lightbar-support-extension 267
1812 wedgetail-adventure-accessory-light-mount-grab-handle 267
1813 wedgetail-adventure-accessory-milwaukee-packout-bracket 267
1825 wedgetail-adventure-accessory-cross-bar-rubber-kit-to-suit-wtp-2013u 267
1826 wedgetail-adventure-accessory-cross-bar-rubber-kit-to-suit-wtp-2212u 267
1827 wedgetail-adventure-accessory-cross-bar-rubber-kit-to-suit-wtp-2213u 267
1828 wedgetail-adventure-accessory-cross-bar-rubber-kit-to-suit-wtp-2214u 267
1829 wedgetail-adventure-accessory-cross-bar-rubber-kit-to-suit-wtp-3015u 267
1830 wedgetail-adventure-accessory-cross-bar-rubber-kit-to-suit-wtp-3315u 267
1831 wedgetail-adventure-accessory-cross-bar-rubber-kit-to-suit-wtp-4015u 267
1836 wedgetail-adventure-accessory-ratchet-straps-pack-of-2-3-5-m 267
1837 wedgetail-adventure-accessory-roof-top-tent-mounting-hardware 267
1838 wedgetail-adventure-accessory-sides-for-1100mm-platforms 267
1839 wedgetail-adventure-accessory-sides-for-1400mm-platforms 267
1851 wedgetail-adventure-accessory-shovel-holder 267
1853 wedgetail-adventure-accessory-side-light-mount-x-2 267
1860 wedgetail-adventure-accessory-recovery-wing-tracks-bracket-to-sit-on-side-of-rack-suits-maxtrax-and-new-treds-only-no-pins-included 267
1861 wedgetail-adventure-accessory-recovery-wing-tracks-bracket-to-sit-on-top-of-rack-suits-maxtrax-and-new-treds-only-no-pins-included 267