INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    '8744c85d870ceff1901cae53bb6ecd7ad33dd928bb27f8edf3fae1c6de267383', 
    'JtkLVufQiZcNgphUCKIQQItEIEwQ2STuGNuK6niKREU=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00019

Result

int(1)