INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    '08947fbf96e74d79eff7d453ff2ce3ded971c006713ef507b3d8e2bf43bf5539', 
    '4Yf7gMFjPkuPCku3ROG6i3oOcTUWovg6MkN5eewcMs8=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00021

Result

int(1)