INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    '4a8981977d111216413e87baf1c9913ef258eef2583e66ae78556934f7e15b99', 
    'J/bdddfeSBOJJajxtmyCdBU5IU0scGOLTkpcz+myfO0=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00034

Result

int(1)