SELECT 
  video_id, 
  product_id 
FROM 
  cscart_ab__video_gallery 
WHERE 
  product_id IN (
    362, 2329, 1603, 2304, 369, 2351, 2390, 
    363, 2407, 1519, 2393, 1768
  )

Query time 0.00038

JSON explain

{
  "query_block": {
    "select_id": 1,
    "table": {
      "table_name": "cscart_ab__video_gallery",
      "access_type": "range",
      "possible_keys": ["product_id"],
      "key": "product_id",
      "key_length": "3",
      "used_key_parts": ["product_id"],
      "rows": 12,
      "filtered": 100,
      "attached_condition": "cscart_ab__video_gallery.product_id in (362,2329,1603,2304,369,2351,2390,363,2407,1519,2393,1768)",
      "using_index": true
    }
  }
}